summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-5/+8
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* Use new OUTPUT callback object in various (mostly Atari) drivers (nw) AJR2018-04-291-3/+0
* Remove duplicates (nw) Olivier Galibert2018-02-151-2/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+6
* mcr.cpp, mcr3.cpp: moved some globals into the state class, started splitting... Ivan Vangelista2017-12-201-26/+29
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+6
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-6/+0
* spyhunt: Use output finder (nw) AJR2017-12-041-8/+3
* spyhunt: 4099 for lamps (nw) AJR2017-12-041-0/+11
* maxrpm: Add ADC0844 (nw) AJR2017-11-071-1/+4
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* pull the tecfri spyhunter bootleg out of the mcr driver, hardware is too diff... David Haywood2016-03-281-6/+0
* mcr: small cleanup hap2016-02-231-4/+13
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* mcr.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-301-1/+0
* correct spyhunt labels / positions [Porchy] David Haywood2014-03-071-5/+0
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-4/+3
* placeholder functions for the spyhunter bootleg / proto / low-cost board David Haywood2013-11-211-0/+11
* palette format is also different (nw) David Haywood2013-11-211-0/+1
* yes, it really seems to be non-interlaced, even wants the interrupts gen at 6... David Haywood2013-11-201-1/+3
* new clones David Haywood2013-11-201-0/+1
* Based on memory and obvious stuff, attempted to flag driver code Aaron Giles2013-10-161-0/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-12/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-3/+6
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+5
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+9
* Fix most reported errors. Aaron Giles2012-04-161-5/+3
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-0/+21
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-5/+5
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-18/+18
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-5/+15
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-0/+2
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-0/+30