summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos23.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-73/+78
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* 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-33/+33
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-3/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-65/+65
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-99/+108
* namcos23.cpp: redumped timecrs2v2b maincpu program ROMs [Guru] Ivan Vangelista2018-02-221-2/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-9/+18
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+14
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-21/+21
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-21/+21
* replace some space.device() calls (nw) smf-2017-12-131-19/+19
* Correct Panic Park year sjy965252017-11-271-2/+2
* Correct Final Furlong 2 and Crisis Zone Years sjy965252017-10-091-11/+11
* use 'sh' instead of 'superh' David Haywood2017-10-021-1/+1
* move sh2 / sh4 to a folder called superh David Haywood2017-10-021-1/+1
* Correct regions for remaining Namco System 23 and Namco System Super 23 sets sjy965252017-09-231-22/+22
* new not working clone Ivan Vangelista2017-07-121-1/+48
* Add note that MB90F574 is an F2MC-16LX. (nw) Mike Naberezny2017-05-281-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-5/+8
* Overhaul of devcb (nw) AJR2016-12-211-15/+6
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-4/+4
* namcos23.cpp: changed timecrs2 and timecrs2v5a to US, as suggested by Haze an... Ivan Vangelista2016-10-281-2/+2
* New not working clones added Ivan Vangelista2016-10-261-0/+44
* namcos23.cpp: Follow flash rom naming convention - NW briantro2016-10-241-11/+11
* New working clones added Ivan Vangelista2016-10-241-3/+48
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-162/+162
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-1/+1
* remove MACHINE_IMPERFECT_SOUND flags for namcos23.cpp superctr2016-08-181-1/+1
* 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-4/+11
* Devfind revision phase 2 (nw) AJR2016-08-051-1/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-1/+1
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* some handmade changes (nw) Miodrag Milanovic2015-12-211-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* this is pointer so nullptr is fine (nw) Miodrag Milanovic2015-12-071-1/+1
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-1/+1