summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-159/+0
* init vars (includes) Robbbert2022-04-101-19/+19
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-121-1/+1
* m6801: Attempt at cleaning up internal registers (nw) AJR2020-03-121-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-37/+48
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-48/+37
* namcos1.cpp : Updates cam9002019-03-221-37/+48
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-0/+7
* namco_c123tmap.cpp : Reduce unnecessary handlers, Duplicates, Add Namco Syste... cam9002018-11-091-18/+12
* m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) AJR2018-10-261-1/+0
* Various Namco hardwares update/cleanups (#4147) cam9002018-10-161-12/+3
* stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-25/+28
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-24/+24
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+6
* Revert "Revert "namcos1: Use LS157 device for dip switches, correct order of ... Dirk Best2018-01-281-1/+5
* Revert "namcos1: Use LS157 device for dip switches, correct order of switches" AJR2018-01-281-5/+1
* namcos1: Use LS157 device for dip switches, correct order of switches Dirk Best2018-01-281-1/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-1/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Bulk rename video/c116.cpp into namco_c116.cpp angelosa2017-01-011-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-10/+4
* 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
* namcos1.c: Reduce tagmap lookups, add missing PORT_DIPLOCATION (nw) Alex W. Jackson2015-07-281-2/+9
* namcos1: Remove direct-update-handler-using optimization, will be done differ... Olivier Galibert2015-06-241-4/+0
* namcos1.c: some work towards save state support. Got stuck trying to move mcu... Ivan Vangelista2015-05-261-25/+32
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* More region_ptr_finder conversions (nw) Alex W. Jackson2014-10-181-1/+1
* Implemented the Namco Custom 116 palette and raster IRQ controller as a device, Alex W. Jackson2014-08-141-4/+3
* namcos1.c: Completely rewrote the emulation of the CUS117 MMU. Alex W. Jackson2014-06-111-96/+27
* some cleanup while i was trying to find the cause of this: Michaƫl Banaan Ananas2014-06-021-1/+2
* namcos1.c: change more static variables to driver class members (nw) Alex W. Jackson2014-04-201-1/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* converted namcos1 to use delegates instead of _space_func and modernized all ... Miodrag Milanovic2014-03-281-15/+76
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+4
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* Misc legacy handlers cleanups. (nw) Ivan Vangelista2013-11-211-0/+4
* Modernized the namco sound device. [Osso] Scott Stone2013-07-221-5/+9
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+4
* some more cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+3
* same for "sub" and "subcpu" (nw) Miodrag Milanovic2013-04-111-1/+3
* changed machine().device("audiocpu") with m_maincpu (nw) Miodrag Milanovic2013-04-111-1/+3