summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firetrk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* discrete: Eliminate unnecessary address space argument from handlers (nw) AJR2018-11-121-7/+7
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-33/+33
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-8/+8
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-8/+8
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* fix compile. (nw) mooglyguy2018-05-161-6/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+6
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-6/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-6/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-9/+9
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-21/+21
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-74/+77
* even more cleanup and encapsulation (nw) Vas Crabb2018-02-201-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* vicdual depthch: added bonus sound sample [Jim Hernandez] hap2017-11-161-1/+1
* firetrk: screen raw params and correct irq pulse duration. Also got rid of us... hap2017-11-151-48/+41
* 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
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* De-hardcode "Diagnostic Step" inputs in Atari games AJR2017-02-011-2/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-6/+6
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-8/+8
* Make watchdog timer a separate device AJR2016-04-301-5/+7
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-13/+13
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-9/+9
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-9/+9
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-7/+7
* clang-modernize part 7 Miodrag Milanovic2015-12-041-13/+13
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1014