summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* 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-6/+6
* (nw) gaelco.cpp: Big Karnak clocks - Use OSC based clocks braintro2019-10-061-5/+5
* bigkarnk: Adjust YM3812 clock so pitch matches reference recording AJR2019-10-051-2/+3
* (nw) coin fixes for various gaelco games. Robbbert2019-08-031-3/+3
* machine/74259.cpp : Simplify handlers cam9002019-05-011-12/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-70/+68
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-68/+70
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-071-67/+65
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-16/+12
* gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-2/+2
* gaelco.cpp : Reduce duplicate, Cleanup naming, Reduce runtime tag lookup, Cle... cam9002018-11-101-98/+68
* new working clone braintro2018-08-011-8/+73
* devcb3 Vas Crabb2018-07-071-17/+17
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-5/+5
* 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-4/+4
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-27/+27
* Account for same label different hash (sldh) comments that arose with rom lab... Scott Stone2018-03-171-6/+6
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-14/+14
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-80/+95
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-10/+9
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* gaelco.cpp: Correct dipswitches to match service mode screen for Bioplaything... briantro2018-01-241-18/+62
* new WORKING clones - Bioplaything Cop (Ver. 1.0.1823, prototype) [AsociaciĆ³n... David Haywood2018-01-241-1/+34
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* new WORKING machine : Last KM (Ver 1.0.0275) [ AsociaciĆ³n Retroaccion, Ricar... David Haywood2018-01-151-1/+89
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* fix build - please people, at least read the diff before committing (nw) Vas Crabb2017-10-221-1/+1
* gaelco.cpp: Correct various clock speeds & add PCB layout for Biomechanical T... briantro2017-10-211-14/+51
* new working clone - Biomechanical Toy briantro2017-10-211-0/+32
* bigkarnk: Soundlatch modernization (nw) AJR2017-08-241-7/+2
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-3/+3
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-8/+4
* New 74LS259/9334/CD4099 devices AJR2017-07-251-13/+42
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Self-registering devices prep: Vas Crabb2017-02-271-2/+7
* More ACCESSING_BITS cleanups Dirk Best2017-01-051-29/+20