summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gauntlet.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-36/+35
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* (nw) misc follow-up Vas Crabb2018-05-061-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-13/+13
* Remove sound interrupt status from atarigen base class (nw) AJR2018-04-031-2/+1
* MCFG_DEVICE_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK conversion, part 1 AJR2018-03-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-41/+43
* backport lots of cleanup from WIP branch (nw) Vas Crabb2018-02-191-9/+4
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-5/+5
* gauntlet.cpp: reinstated correct size for 'gfx1' rom, which was chopped off a... Ivan Vangelista2017-10-011-20/+20
* Improvements to 28XX parallel EEPROM emulation AJR2017-08-301-3/+5
* YM2151 reset line handler added, though not implemented properly yet (nw) AJR2017-07-251-7/+1
* New 74LS259/9334/CD4099 devices AJR2017-07-251-24/+32
* tms5220: Use device_clock_changed instead of custom method; misc. modernizati... AJR2017-06-261-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+33
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* Added proper input labels for Vindicators/Vindicators Part II, and make left/... angelosa2016-10-241-8/+8
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* emumem: Get rid of the install_* return value [O. Galibert] Olivier Galibert2016-05-181-1/+1
* Make watchdog timer a separate device AJR2016-04-301-1/+4
* One small step toward slapstic modernization (nw) AJR2016-01-301-33/+40
* Modernize sound volume setting code in various Atari drivers AJR2016-01-291-17/+14
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1723