summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-235/+0
* init vars for coverity (includes/m) Robbbert2022-03-231-11/+11
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+5
* mcr.cpp, mcr3.cpp, audio/bally.cpp, audio/midway.cpp: Simplify handler signat... AJR2020-03-281-31/+31
* Eliminate legacy Z80 SIO emulation AJR2020-02-231-2/+2
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* Add Bally squawk & talk boards (#5175) Mike2019-06-081-1/+2
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-3/+9
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-3/+3
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-5/+12
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-12/+12
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+9
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* mcr.cpp, mcr3.cpp: moved some globals into the state class, started splitting... Ivan Vangelista2017-12-201-62/+106
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* More DAC identification and sound stuff AJR2017-01-121-2/+2
* Move the Cheap Squeak Deluxe sound board to its own file and give it Dirk Best2016-12-211-2/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* Make watchdog timer a separate device AJR2016-04-301-3/+4
* mcr: small cleanup hap2016-02-231-7/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* (MAME) nflfoot: Refactored to use z80dart. (nw) Curt Coder2014-05-121-6/+11
* mcr.c: fix generic_paletteram regression (nw) Alex W. Jackson2014-04-301-5/+4
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-1/+0
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-2/+0
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* 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
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-0/+2
* "samples" lookup tag removal (nw) Miodrag Milanovic2013-04-141-1/+4
* Modernization of drivers part 12 (no whatsnew) Miodrag Milanovic2013-02-111-0/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-6/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-3/+4
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-13/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+8
* Stadium Hero updated info from Guru Michaël Banaan Ananas2012-09-121-1/+0
* leftover test code :p Michaël Banaan Ananas2012-09-121-3/+0
* on 2nd thought, i shouldn't use address mirroring here when the driver isn't ... Michaël Banaan Ananas2012-09-121-4/+8