summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* restore my bbc changes (wtf did happen to them?) Dirk Best2015-05-291-0/+2
|
* Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-281-2/+0
|\
| * z80ne: updated to use the new wd fdc. remove custom dmk implementation Dirk Best2015-05-281-2/+0
| |
| * bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is Dirk Best2015-05-271-0/+2
|/ | | | updated, drive 0 and 1 = 8271 and drive 2 and 3 = wd_fdc.
* (MESS) camplynx: added TAP cassette format. Robbbert2015-05-241-0/+2
|
* cgenie: removed old broken floppy implementation, added an expansion bus Dirk Best2015-05-221-0/+2
| | | | | interface, implemented new floppy controller as expansion device. works with mfi files, still some issues with plain sector dumps.
* Nascom: Clean up, add NASBUS emulation and make the floppy disc Dirk Best2015-05-171-0/+2
| | | | | controller a NASBUS card, convert to the new wdc emulation, add generic socket emulation, add initial software list.
* Add makefile switch to choose linking against bundled OR system expat library. Cesare Falco2015-05-111-1/+5
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3
|
* fix Miodrag Milanovic2015-04-221-2/+0
|
* (MESS) c3040: Disk format WIP. (nw) Curt Coder2015-04-211-2/+2
|
* (MESS) c4040: Added own sector dump disk format since it's different from ↵ Curt Coder2015-04-211-0/+2
| | | | what the 1541 uses. [Curt Coder]
* (MESS) Added sector image format for the Commodore 8280 8" floppy drive. ↵ Curt Coder2015-04-201-0/+2
| | | | [Curt Coder]
* Headers are in lua files now :/ Vas Crabb2015-04-111-1/+0
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+175
|
* (MESS) abc80: Emulated the Scandia Metric ABC FD2 floppy controller. [Curt ↵ Curt Coder2015-04-071-0/+1
| | | | Coder]
* removed includeosd (nw) Miodrag Milanovic2015-04-021-4/+2
|
* Move osdcore.c back into libocore, don't allow libutil to #include osd Vas Crabb2015-04-011-142/+140
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-5/+173
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+49
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