summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mcr.cpp: Latest version of Tapper known to come with 'standard' graphics roms... braintro2018-05-161-0/+29
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-42/+42
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-21/+21
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-63/+71
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-8/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* new clone added - Tapper 12/9/83 briantro2018-02-111-57/+86
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+9
* Finish the non-ambiguous ones (nw) Olivier Galibert2018-01-021-5/+0
* mcr.cpp, mcr3.cpp: moved some globals into the state class, started splitting... Ivan Vangelista2017-12-201-113/+96
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* More DAC identification and sound stuff AJR2017-01-121-6/+6
* Move the Cheap Squeak Deluxe sound board to its own file and give it Dirk Best2016-12-211-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* mcr.cpp: redumped dpoker sound roms [S.Rider] hap2016-10-211-8/+4
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-3/+3
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* Make watchdog timer a separate device AJR2016-04-301-4/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-11/+11
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-11/+11
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-4/+4
* clang-modernize part 7 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2971