summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
Commit message (Collapse)AuthorAgeFilesLines
* Defining variants 9224 and 9234 (WIP) Michael Zapf2015-08-101-3/+3
|
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-021-12/+0
|
* fixed c&p typo Joakim Larsson Edström2015-07-201-1/+1
|
* Added PIT68230 to available machines and enabled it for my configuration Joakim Larsson Edström2015-07-201-1/+13
| | | | | | Conflicts: scripts/src/machine.lua scripts/target/mame/my.lua
* This is it. ti99 says Goodbye to legacy floppy. Michael Zapf2015-07-051-12/+1
|
* some metadata fixes (nw) Miodrag Milanovic2015-06-201-0/+2
|
* update metadata in lua files (nw) Miodrag Milanovic2015-06-201-219/+219
|
* goodbye old friend, you had a good run. Dirk Best2015-06-051-12/+0
|
* Converted netlist into a library. Moved most code from nl_convert.h to couriersud2015-06-011-0/+11
| | | | | | | nl_convert.c. Targets using netlist must now specify this explicitly with MACHINES["NETLIST"] = true Added subtarget "nl" which only contains games with netlist elements. (nw)
* added tms1024 device placeholder hap2015-05-261-0/+12
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-3/+3
|
* atlantis: added PCI9050 device skeleton. [R. Belmont] arbee2015-04-121-0/+13
|
* Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) Miodrag Milanovic2015-04-111-0/+251
|
* mos6530: Rewritten to support time travel. [Curt Coder] Curt Coder2015-04-081-0/+1
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-248/+248
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-0/+2387
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