summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* gaelco2.cpp: Correct ROM labels for Touch & Go (nw) braintro2018-05-011-0/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-58/+75
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-2/+4
* Fixes (nw) Olivier Galibert2018-02-121-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-16/+15
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-2/+2
* Remove pulse_input_line version using CPU minimum quantum, which can (though ... AJR2017-11-221-1/+1
* get rid of some "auto" (nw) hap2017-11-211-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
* gaelco3d: Soundlatch modernization (nw) AJR2017-09-051-32/+8
* gaelco3d.cpp: fix eeprom access (nw) MetalliC2017-08-241-0/+1
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-4/+4
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-25/+5
* gaelco3d.cpp: better Football Power ball mechanic simulation, promoted to wor... MetalliC2017-08-221-16/+18
* gaelco3d.cpp: footbpow analog inputs (nw) MetalliC2017-08-211-12/+58
* basic footbpow inputs, ball kick isn't working (nw) MetalliC2017-08-201-1/+46
* gaelco3d.cpp: increase TMS ROM region, makes Football Power players models vi... MetalliC2017-08-201-7/+7
* New 74LS259/9334/CD4099 devices AJR2017-07-251-140/+72
* gaelco3d.cpp: Load correct roms for Football Power (nw) briantro2017-06-161-8/+5
* srcclean (nw) Vas Crabb2017-05-281-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* new machine added as NOT_WORKING MetalliC2017-05-131-0/+34
* Self-registering devices prep: Vas Crabb2017-02-271-4/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-4/+4
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-1/+1
* Fix typo: compresed → compressed Jordi Mallach2016-03-311-2/+2
* revert part of 'clang cleanup 7' where 0 means the value 0 hap2016-01-241-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1250