summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco_c139.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-112/+0
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-3/+3
* srcclean (nw) Vas Crabb2018-09-231-1/+1
* Namco System 21 and other related refactors (#4013) David Haywood2018-09-211-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-3/+4
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-4/+5
* namco c139 fix, wonder how that ever worked (nw) Olivier Galibert2018-02-121-5/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2017-01-221-9/+9
* More clean-ups. angelosa2017-01-011-2/+3
* MACHINE_NODEVICE_LAN for anything that actively wants it angelosa2017-01-011-1/+9
* Added actual device files, fixed space data map as well angelosa2017-01-011-0/+98