' content='cgit v1.2.3-70-g09d2'/>
summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/rungun.cpp
Commit message (Expand)AuthorAgeFilesLines
* rungun.cpp: coin counters, improved sound mixing, minor cleanups (nw) angelosa2018-05-231-17/+24
* 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-11/+11
* 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-6/+6
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-36/+39
* misc first_screen() removal (nw) Ivan Vangelista2018-03-081-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* vgmplay : Add K054539 Support DESKTOP-LP5JPA4\dbtlr2018-01-241-13/+18
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-12/+12
* k054321: Implement as a device [O. Galibert, Phil Bennett] Olivier Galibert2017-04-251-31/+3
* Self-registering devices prep: Vas Crabb2017-02-271-3/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* more gen_latch-ification (nw) Ivan Vangelista2016-06-011-4/+7
* Reduce the incidence of required_device<palette_device> in subdevices