summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with g, h and i: removed read* and write* macros (nw) Ivan Vangelista2020-06-101-8/+8
* various drivers: READ/WRITE macros removal (nw) Ivan Vangelista2020-05-151-2/+2
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-221-1/+1
* Spring cleaning: Vas Crabb2019-11-011-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* PORT_CUSTOM simplification (nw) AJR2019-09-141-20/+20
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-12/+0
* Merge pull request #4959 from cam900/_74259_args R. Belmont2019-05-011-16/+4
|\
| * machine/74259.cpp : Simplify handlers cam9002019-05-011-16/+4
* | (nw) Add in version for Football Power in case some other versions are out there braintro2019-05-011-1/+1
|/
* Fixed rpunch, equites and gaelco3d. couriersud2019-04-131-4/+4
* gen_latch.cpp : Remove unnecessary arguments in handlers (#4623) cam9002019-03-291-1/+1
* Start cleaning up palette configuration: Vas Crabb2018-12-291-5/+5
* -cpu/adsp2100, amis2000, apexc, arm, arm7, avr8, ccpu, esrip, hcd62121: Remov... mooglyguy2018-12-161-38/+31
* Fix build, and start removing MCFG from tms32031, nw mooglyguy2018-12-071-5/+4
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-2/+2
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-1/+1
* gaelco3d.cpp: Fix regression from d5d598a1c021c19e992e5f4cd8f56aa8c697076e (nw) AJR2018-08-111-7/+7
* -7200fifo, 7400, 7404, 74123, 74145, 74148, 74153, 74157, 74161, 74259: [Ryan... mooglyguy2018-08-111-22/+22
* devcb3 Vas Crabb2018-07-071-2/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* eepromser: prevent ambiguity between clock and streaming enable (nw) Vas Crabb2018-06-101-1/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-2/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-13/+13
* gaelco3d.cpp: device_finder (nw) Ivan Vangelista2018-05-311-70/+55
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+11
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-11/+8
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-8/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-36/+36
* 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