summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco53.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* namco5*: set_input_line is synced, don't need extra synchronize (nw) hap2020-06-111-2/+0
* Namco custom chip improvements. (#6589) Mike2020-04-251-3/+3
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-231-8/+8
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-2/+2
* namco50.cpp, namco53.cpp: timer_set removal (nw) Ivan Vangelista2018-08-141-33/+9
* devcb3 Vas Crabb2018-07-071-6/+9
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-9/+9
* Convert MB88XX ports to DEVCB and remove generic device type (nw) AJR2017-06-271-1/+4
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-19/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-18/+18
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-8/+8
* namco to modern device + devcb2 (nw) Miodrag Milanovic2014-03-211-15/+43
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+3
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-1/+0
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-1/+21
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Replaced simulation of Namco 53xx with emulation. Both Aaron Giles2009-05-281-1/+3
* Split out Namco 51xx and 53xx into separate modules. Aaron Giles2009-05-261-0/+31