summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-34/+34
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+19
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+11
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* namcofl.cpp: killed anonymous timers, moved to configured banking, added save... Ivan Vangelista2017-04-121-2/+31
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* Not necessary at this stage (nw) angelosa2017-01-031-3/+3
* More clean-ups. angelosa2017-01-011-6/+0
* Added dummy C139 device for debug, fixed target compile. angelosa2016-12-311-0/+3
* Clean-ups, 279 lines removed from machine/namcos2.cpp (nw) angelosa2016-12-311-22/+2
* Bind C148 to Namco System 2 as well angelosa2016-12-301-1/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* namconb1.cpp: fixed MT06244 by disabling logerrors. Also added save state sup... Ivan Vangelista2016-06-201-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-0/+5
* update by request (nw) Miodrag Milanovic2015-12-211-1/+1
* Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full ... Miodrag Milanovic2015-12-211-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-1/+1
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Updates and fixes for places where we have major contributors decision (nw) Miodrag Milanovic2015-05-261-1/+1
* Requested (nw) balr0g2015-05-251-1/+1
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Greatly reduced tagmap lookups in namcos2 and namcos21 (nw) Osso2015-01-061-0/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* namcos2 and namcos21: moved most remaining functions into classes (nw). Ivan Vangelista2014-09-301-0/+15
* Implemented the Namco Custom 116 palette and raster IRQ controller as a device, Alex W. Jackson2014-08-141-6/+0
* namcoic.c: remove legacy read/write handlers [Alex Jackson] Alex W. Jackson2014-04-191-11/+16
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Split C45 road chip from namcoic.c [Alex Jackson] Alex W. Jackson2014-03-261-0/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+5
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* A little more primary_screen removal. Aaron Giles2013-08-061-2/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-12/+12
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-0/+1
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-0/+4
* some cleanup (nw) Miodrag Milanovic2013-04-111-1/+5
* 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-2/+3
* namcos2: Use the correct C68 (M37450) I/O MCU for Steel Gunner 2. [R. Belmont... R. Belmont2013-03-231-0/+10
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+0
* Part 1 of Namco System 2/21 state machine conversion Angelo Salese2013-03-181-47/+29