summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate legacy Z80 SIO emulation AJR2020-02-231-2/+2
* New working clone braintro2019-11-251-0/+37
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-24/+24
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* Add Bally squawk & talk boards (#5175) Mike2019-06-081-3/+5
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+3
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-63/+62
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-9/+9
* null this pointer, bad format string (nw) Vas Crabb2018-09-011-3/+3
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-15/+15
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-4/+4
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-5/+5
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* mcr, mcr3, pt68k4, rex6000: Removed machine().device, nw mooglyguy2018-06-231-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+6
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-10/+10
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-10/+10
* 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