summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco_c148.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* more of the same (nw) Vas Crabb2018-07-081-2/+13
* namco_c148: Eliminate machine().device (nw) AJR2018-06-301-25/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-16/+16
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-19/+20
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* MT06548 - yes, this should use required_device and optional_device, but I hav... Vas Crabb2017-12-291-1/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Register internal Namco C148 stuff to save state (nw) angelosa2017-01-251-0/+8
* srcclean (nw) Vas Crabb2017-01-221-31/+31
* Remove leftover offset, fixes winrungp title even further angelosa2017-01-021-1/+1
* More clean-ups. angelosa2017-01-011-17/+28
* MACHINE_NODEVICE_LAN for anything that actively wants it angelosa2017-01-011-5/+8
* Added actual device files, fixed space data map as well angelosa2017-01-011-0/+2
* Notes angelosa2016-12-311-36/+46
* Namco System 21 doesn't seem to use pos irq for master/slave. angelosa2016-12-301-1/+2
* Bind C148 to Namco System 2 as well angelosa2016-12-301-3/+4
* Completed device up to current knowledge, added to Namco System 21 as test bed. angelosa2016-12-301-2/+12
* CPU IRQ trigger & fix regression angelosa2016-12-301-10/+27
* IRQ triggers angelosa2016-12-301-0/+15
* Add the remaining irq levels / acks angelosa2016-12-301-52/+38
* Added posirq angelosa2016-12-291-8/+63
* V-Blank irq tied (nw) angelosa2016-12-291-7/+46
* First pass, hooked it up to Winning Run GPU because it's a good test case angelosa2016-12-291-0/+100