summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
Commit message (Collapse)AuthorAgeFilesLines
* update metadata in lua files (nw) Miodrag Milanovic2015-06-201-99/+99
|
* amstrad: add support for the Dobbertin HD20 hard disk. mahlemiut2015-06-201-0/+2
|
* apricot: add an expansion slot interface and add two ram expansion Dirk Best2015-06-081-0/+17
| | | | cards. this will also be usuable by the apricot f series and portable.
* cgenie: Rewrote driver and removed lots of cruft. Dirk Best2015-05-241-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 Dirk Best2015-05-221-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) Dirk Best2015-05-181-0/+2
|
* Nascom: Clean up, add NASBUS emulation and make the floppy disc Dirk Best2015-05-171-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) Miodrag Milanovic2015-05-091-3/+3
|
* cpcexp: added ROMEN signal, and a function to tell an expansion to set up ↵ mahlemiut2015-05-091-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) Miodrag Milanovic2015-04-111-0/+739
|
* (MESS) abc80: Emulated a 16KB RAM card. [Curt Coder] Curt Coder2015-04-061-1/+2
|
* (MESS) abc80: Fixed cassette loading and added quickload for BAC files. ↵ Curt Coder2015-04-061-1/+1
| | | | Emulated the ABC expansion unit and ABC memory card. [Curt Coder]
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-0/+11
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-733/+733
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-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