| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | amstad: Transtape WIP support. [Barry Rodewald] | 2015-11-10 | 1 | -0/+2 | |
| | | |||||
| * | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -783/+783 | |
| | | |||||
| * | call it harmony/melody, that more accurately represents what we're ↵ | 2015-10-29 | 1 | -2/+2 | |
| | | | | | emulating, dpc+ seems to be a software implementation on the ARM of the Harmony (nw) | ||||
| * | skeleton dpcplus (nw) | 2015-10-26 | 1 | -0/+2 | |
| | | |||||
| * | amstrad: added Draysoft Doubler expansion device | 2015-10-26 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #401 from fulivi/pty_dev3 | 2015-10-18 | 1 | -0/+2 | |
| |\ | | | | | PTY support for u*x OSes [F.Ulivi] | ||||
| | * | pty: first step of pseudo terminal implementation | 2015-10-13 | 1 | -0/+2 | |
| | | | | | | | | | | | Conflicts: scripts/src/bus.lua | ||||
| * | | tiki100: Added skeleton for Winchester controller. [Curt Coder] | 2015-10-14 | 1 | -0/+2 | |
| | | | |||||
| * | | tiki100: Added expansion bus and skeleton for 8088 card. [Curt Coder] | 2015-10-12 | 1 | -2/+17 | |
| |/ | |||||
| * | nec_p72: add skeleton driver for NEC PinWriter P72 dot-matrix printer | 2015-09-29 | 1 | -0/+2 | |
| | | |||||
| * | Moved bus\a8sio files to bus\a800 to avoid redundancy (nw) | 2015-09-24 | 1 | -15/+4 | |
| | | |||||
| * | ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ | 2015-09-24 | 1 | -0/+2 | |
| | | | | | require some cache funkiness. | ||||
| * | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -1711/+1711 | |
| | | |||||
| * | isa_ibm_pgc: new skeleton driver | 2015-09-11 | 1 | -0/+2 | |
| | | |||||
| * | al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] | 2015-09-10 | 1 | -0/+2 | |
| | | |||||
| * | ti99: That's one small move for a man | 2015-08-11 | 1 | -0/+35 | |
| | | |||||
| * | coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ | 2015-08-10 | 1 | -0/+2 | |
| | | | | | multicarts (nw) | ||||
| * | msx1_cart.xml: Added fs_sr002 mapper based on internal bunsetsu mapper (nw) | 2015-07-30 | 1 | -0/+2 | |
| | | |||||
| * | c128: Added a skeleton for the PARTNER 128 cartridge. [Curt Coder] | 2015-07-27 | 1 | -0/+2 | |
| | | |||||
| * | Added a skeleton for the Commodore 1526/MPS-802/4023 printer. [Curt Coder] | 2015-07-26 | 1 | -0/+2 | |
| | | |||||
| * | Added a skeleton for the Commodore VIC-1520 plotter. [Jim Brain, Curt Coder] | 2015-07-25 | 1 | -0/+2 | |
| | | |||||
| * | Added skeleton for Commodore VIC-1515 printer. [Curt Coder] | 2015-07-25 | 1 | -2/+4 | |
| | | |||||
| * | msx.c: Start hooking up moonsound; not fully working yet (nw) | 2015-07-19 | 1 | -0/+2 | |
| | | |||||
| * | amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ | 2015-07-05 | 1 | -0/+2 | |
| | | | | | default to 64k RAM. | ||||
| * | update metadata in lua files (nw) | 2015-06-20 | 1 | -99/+99 | |
| | | |||||
| * | amstrad: add support for the Dobbertin HD20 hard disk. | 2015-06-20 | 1 | -0/+2 | |
| | | |||||
| * | apricot: add an expansion slot interface and add two ram expansion | 2015-06-08 | 1 | -0/+17 | |
| | | | | | cards. this will also be usuable by the apricot f series and portable. | ||||
| * | cgenie: Rewrote driver and removed lots of cruft. | 2015-05-24 | 1 | -6/+24 | |
| | | | | | | | | | - Remove custom 6845 emulation and use our standard core - Use the slot system for the parallel interface, fix and implement the joystick as a slot device and create a printer slot device - Add support for the RS-232 port - Add support for the Break key (causes NMI) | ||||
| * | cgenie: removed old broken floppy implementation, added an expansion bus | 2015-05-22 | 1 | -0/+16 | |
| | | | | | | interface, implemented new floppy controller as expansion device. works with mfi files, still some issues with plain sector dumps. | ||||
| * | Nascom: Add support for the Advanced Video Card (AVC) | 2015-05-18 | 1 | -0/+2 | |
| | | |||||
| * | Nascom: Clean up, add NASBUS emulation and make the floppy disc | 2015-05-17 | 1 | -0/+16 | |
| | | | | | | controller a NASBUS card, convert to the new wdc emulation, add generic socket emulation, add initial software list. | ||||
| * | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -3/+3 | |
| | | |||||
| * | cpcexp: added ROMEN signal, and a function to tell an expansion to set up ↵ | 2015-05-09 | 1 | -0/+2 | |
| | | | | | any RAM mapping it needs. Added support for Brunword MK4 as an expansion device. | ||||
| * | Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) | 2015-04-11 | 1 | -0/+739 | |
| | | |||||
| * | (MESS) abc80: Emulated a 16KB RAM card. [Curt Coder] | 2015-04-06 | 1 | -1/+2 | |
| | | |||||
| * | (MESS) abc80: Fixed cassette loading and added quickload for BAC files. ↵ | 2015-04-06 | 1 | -1/+1 | |
| | | | | | Emulated the ABC expansion unit and ABC memory card. [Curt Coder] | ||||
| * | Moved creation of most non-layout files out of makefile (nw) | 2015-04-04 | 1 | -0/+11 | |
| | | |||||
| * | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -733/+733 | |
| | | |||||
| * | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -0/+1663 | |
| make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files | |||||
