summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos21.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+1
* Various Namco hardwares update/cleanups (#4147) cam9002018-10-161-49/+41
* srcclean (nw) Vas Crabb2018-09-231-5/+5
* Fix clang build by removing now-unused definitions (nw) AJR2018-09-211-27/+0
* Namco System 21 and other related refactors (#4013) David Haywood2018-09-211-2074/+221
* split namco c169 roz chip, c123 tilemap chip and c355 sprite chip from namcos... David Haywood2018-09-131-394/+606
* namcos2 / namcos21 - use configured banking for audiocpu (#3986) David Haywood2018-09-111-49/+25
* tms32025: removed MCFG macros (nw) Ivan Vangelista2018-09-081-31/+31
* stage1 namcoc65 / c68 devicification (#3974) David Haywood2018-09-071-62/+49
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-4/+3
* c140.cpp, c45.cpp, namco_c139.cpp : Remove MCFG_s (#3736) cam9002018-07-131-19/+16
* more of the same (nw) Vas Crabb2018-07-081-10/+10
* misc cleanup and compile fix for superqix.cpp (nw) Vas Crabb2018-07-031-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-61/+61
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-11/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+11
* 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-18/+18
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+6
* blmbycar.cpp: added opt and pot wheel input schemes [Angelo Salese] angelosa2018-05-091-3/+7
* typo (nw) angelosa2018-05-081-1/+1
* namcos21.cpp: don't use exit() function, like at all? (nw) angelosa2018-05-081-4/+2
* (nw) misc follow-up Vas Crabb2018-05-061-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-57/+57
* starblad: Allow full range of crosshair movement [geecab] AJR2018-04-211-2/+11
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-3/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-197/+217
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-2/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+3
* A handful of fixes (nw) Olivier Galibert2018-02-121-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-20/+20
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-5/+6
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Handle a small number that only need a device variable to be added (nw) Olivier Galibert2018-01-021-1/+1
* Some more after better taking inheritance into account (nw) Olivier Galibert2018-01-021-2/+2
* Do the easy ones (nw) Olivier Galibert2018-01-011-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* srcclean (nw) Vas Crabb2017-01-221-9/+9
* Rewritten Namco C148 device (interrupt controller) [Angelo Salese] angelosa2017-01-021-11/+1
* Fixed POSIRQ line for Winning Run, fixes map indicator in winrun91 angelosa2017-01-021-5/+1
* Fix compile angelosa2017-01-011-6/+0