summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcos23.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-5467/+0
* New working clones Ivan Vangelista2022-06-151-20/+15
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* init vars for coverity (drivers/n,o) Robbbert2022-03-251-1/+1
* New clones marked as NOT_WORKING Ivan Vangelista2021-11-251-2/+53
* poly.h: Remove unused flags, expose object data array directly, add ability t... Aaron Giles2021-09-031-1/+1
* motoxgo: Add "extra" I/O CPU to configuration AJR2021-07-281-5/+27
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-7/+8
* Cleaned up bitmap API. Vas Crabb2020-09-271-7/+7
* New clones marked as NOT_WORKING Ivan Vangelista2020-09-121-3/+54
* drivers with m, n: some macro removal (nw) Ivan Vangelista2020-05-301-96/+96
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-1/+1
* system23: Log less (nw) Olivier Galibert2020-04-081-1/+3
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Make more use of the NODEVICE_LAN flag (nw) (#5235) Hydreigon2019-06-141-18/+18
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+3
* -mips, rsp: Removed MCFG, nw mooglyguy2018-12-091-132/+121
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-3/+3
* namcos23: add note (nw) hap2018-12-051-1/+2
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-51/+51
* cpu/pps4 - machine/pxa255, r10696, r10788, ra17xx, rf5c296, roc10937, rp5c01,... Ivan Vangelista2018-10-291-6/+6
* inconsistency, deprecation, duplication... (nw) Vas Crabb2018-10-301-1/+1
* srcclean and cleanup (nw) Vas Crabb2018-10-281-3/+3
* QA Namco System 23 (nw) angelosa2018-10-141-5/+25
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-3/+3
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* devcb3 Vas Crabb2018-07-071-23/+26
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-9/+13
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-36/+36
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-3/+3
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-4/+4
* Fix some of the (many) errors from 2beba4ce73fad917c7159a39939bace54f76494b (nw) AJR2018-05-211-0/+2
* 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