summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namconb1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-29/+29
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-57/+61
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-3/+3
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* namconb1.cpp: Everyone gets all 4 player inputs (nw) briantro2017-04-231-76/+8
* srcclean (nw) Vas Crabb2017-04-231-2/+2
* namconb1.cpp: Correct PCB loaction of ROM (nw) briantro2017-04-211-2/+2
* namconb1.cpp: Corrected Coin inputs and added in Coin3 & Coin4 as needed [Bri... briantro2017-04-201-8/+8
* new Mach Breakers clone added briantro2017-04-201-6/+53
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* srcclean and translation regeneration Vas Crabb2016-08-291-9/+9
* remove MACHINE_IMPERFECT_SOUND flags for C352 games superctr2016-08-181-16/+16
* namconb: fix sound timing for some games. superctr2016-08-181-3/+24
* namconb1: forgot speaker rearrangement for NB2 (nw) superctr2016-08-171-4/+4
* Rearrange C352 channels, remove rear channels for systems without second superctr2016-08-171-4/+4
* Devfind revision phase 2 (nw) AJR2016-08-051-16/+16
* namconb1.cpp: fixed MT06244 by disabling logerrors. Also added save state sup... Ivan Vangelista2016-06-201-37/+56
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1981