summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gotcha.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gotcha.cpp, zerozone.cpp: minor cleanups (nw) Ivan Vangelista2020-07-011-35/+31
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+48
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-48/+12
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-9/+8
* New working clone braintro2019-01-301-6/+43
* Start cleaning up palette configuration: Vas Crabb2018-12-291-3/+2
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-5/+5
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-4/+4
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-1/+1
* devcb3 Vas Crabb2018-07-071-10/+9
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* 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-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* gotcha: Use output finder and MCFG_SCREEN_VBLANK_CALLBACK (nw) AJR2018-04-201-23/+17
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-26/+28
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* gotcha/ppchamp: hook up lamp outputs and add clickable artwork Vas Crabb2017-03-011-18/+18
* Self-registering devices prep: Vas Crabb2017-02-271-3/+8
* okim6295: Directly use set_rom_bank [O. Galibert] Olivier Galibert2016-09-061-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-3/+6
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-1/+0
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+385