summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fitfight.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-2/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-23/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+23
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-23/+21
* Start cleaning up palette configuration: Vas Crabb2018-12-291-9/+4
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-151-21/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-8/+8
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-16/+16
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-50/+53
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* 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-2/+2
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-6/+6
* space.machine -> machine (nw) Olivier Galibert2017-12-141-1/+1
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-1/+1
* Revert "pulse_input_line: change units to cycles and set default param to min... hap2017-11-151-1/+1
* pulse_input_line: change units to cycles and set default param to min_cycles ... hap2017-11-151-1/+1
* Replace driver_device::generic_pulse_irq_line with device_execute_interface::... AJR2017-11-141-1/+1
* fix upd7801 & upd78c05 internal ram size & removed ram from memory maps. (nw) smf-2017-07-121-1/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-8/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* upd7810: Replace fake I/O space with callbacks AJR2017-02-091-8/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* Added new flag MACHINE_IS_INCOMPLETE, and hooked it up to Bombs Away and "unk... angelosa2016-01-231-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1025