summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr68.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-16/+20
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* spyhunt2: Add ADC0844 (nw) AJR2017-11-071-0/+3
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* More DAC identification and sound stuff AJR2017-01-121-2/+2
* mcr68: Move zwackery to its own driver. Dirk Best2016-12-171-34/+0
* Stupid git, fix previous commit Dirk Best2016-12-161-5/+2
* mcr68: Use standard 6840 PTM core Dirk Best2016-12-161-27/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* mcr: small cleanup hap2016-02-231-4/+11
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Fixed zwackery (nw) Miodrag Milanovic2015-12-201-0/+2
* mcr68: use standard palette device Dirk Best2015-08-011-5/+1
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+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
* Misc ANY part 5 David Haywood2014-02-051-0/+2
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-061-6/+0
* 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-2/+2
* added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3
* Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-0/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-0/+6
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-2/+6
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-2/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-18/+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-6/+12
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-0/+8
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-6/+1
* Now that memory_bank is exposed as an object, removed all the global Aaron Giles2012-04-181-0/+4
* Broke dependency between mcr68 and mcr by creating Aaron Giles2012-04-171-7/+14
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-4/+5
* non device audio board modernization (no whatsnew) Miodrag Milanovic2012-04-111-2/+2
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-9/+13
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+13
* 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
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-0/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-24/+24