summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos12.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* namcos12.cpp cleanups (#3394) cam9002018-03-311-98/+144
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-116/+131
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12
* namcos12.cpp: added nvram with printer defaulted to off to technodr and marke... Ivan Vangelista2018-02-131-1/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-15/+30
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+16
* Correct Paca Paca Passion year sjy965252017-12-231-1/+1
* goodbye strcmp, hello polymorphism (nw) Vas Crabb2017-11-291-85/+71
* ehrgeiz was released february 1998, titlescreen info doesn't overrule fact (nw) hap2017-11-131-3/+3
* Fix Tekken Tag Tournament (World, TEG2/VER.C1, set 2) and Tekken Tag Tourname... sjy965252017-11-131-2/+2
* Correct Ehrgeiz, Golgo 13 Kiseki no Dandou Year sjy965252017-11-131-4/+4
* srcclean (nw) Vas Crabb2017-05-281-4/+4
* Notes about s12 nerwork stuff (nw) angelosa2017-05-161-0/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* namcos12.cpp: Correct Asia "2" region to World (nw) briantro2017-05-141-101/+101
* rand() corrections in src/mame/* (nw) hap2017-04-261-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+4
* Overhaul of devcb (nw) AJR2016-12-211-5/+2
* namcos12: add Namco Cyber Lead cabinet JVS IO and LED controller PCB dumps [P... MetalliC2016-11-241-0/+11
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* srcclean and translation regeneration Vas Crabb2016-08-291-2/+2
* (nw) superctr2016-08-211-2/+2
* namcos12.cpp: add comments for technodr setup superctr2016-08-211-1/+6
* Make Techno Drive working superctr2016-08-201-6/+15
* remove MACHINE_IMPERFECT_SOUND flags for C352 games superctr2016-08-181-51/+51
* Rearrange C352 channels, remove rear channels for systems without second superctr2016-08-171-4/+4
* update H8/3002 and C352 frequencies for namcos12, namcos23 superctr2016-08-171-2/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-4/+4
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-4/+4
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3205