summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos1.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-14/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-5/+5
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+4
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+6
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-23/+23
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-7/+7
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+8