Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'refs/remotes/mamedev/master' | 2016-02-21 | 1 | -0/+12 | |
| | | | | Second attempt | ||||
* | r9751: rename drivers to cpp | 2015-12-20 | 1 | -1/+1 | |
| | |||||
* | r9751: forgot to update machine.lua | 2015-12-20 | 1 | -2/+2 | |
| | |||||
* | Initial ROLM 9751 driver | 2015-12-20 | 1 | -0/+11 | |
| | |||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -255/+255 | |
| | |||||
* | ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ | 2015-09-24 | 1 | -0/+13 | |
| | | | | require some cache funkiness. | ||||
* | Added new devices to build | 2015-09-13 | 1 | -0/+24 | |
| | |||||
* | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -725/+725 | |
| | |||||
* | moved nsc810 build to proper place (nw) | 2015-09-05 | 1 | -0/+12 | |
| | |||||
* | New AT29 flash EEPROM circuits | 2015-08-21 | 1 | -4/+4 | |
| | |||||
* | Defining variants 9224 and 9234 (WIP) | 2015-08-10 | 1 | -3/+3 | |
| | |||||
* | mfmhd: Introduced format definition, now generally available. | 2015-08-02 | 1 | -12/+0 | |
| | |||||
* | fixed c&p typo | 2015-07-20 | 1 | -1/+1 | |
| | |||||
* | Added PIT68230 to available machines and enabled it for my configuration | 2015-07-20 | 1 | -1/+13 | |
| | | | | | | Conflicts: scripts/src/machine.lua scripts/target/mame/my.lua | ||||
* | This is it. ti99 says Goodbye to legacy floppy. | 2015-07-05 | 1 | -12/+1 | |
| | |||||
* | some metadata fixes (nw) | 2015-06-20 | 1 | -0/+2 | |
| | |||||
* | update metadata in lua files (nw) | 2015-06-20 | 1 | -219/+219 | |
| | |||||
* | goodbye old friend, you had a good run. | 2015-06-05 | 1 | -12/+0 | |
| | |||||
* | Converted netlist into a library. Moved most code from nl_convert.h to | 2015-06-01 | 1 | -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 | 2015-05-26 | 1 | -0/+12 | |
| | |||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -3/+3 | |
| | |||||
* | atlantis: added PCI9050 device skeleton. [R. Belmont] | 2015-04-12 | 1 | -0/+13 | |
| | |||||
* | Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) | 2015-04-11 | 1 | -0/+251 | |
| | |||||
* | mos6530: Rewritten to support time travel. [Curt Coder] | 2015-04-08 | 1 | -0/+1 | |
| | |||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -248/+248 | |
| | |||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -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 |