summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-5/+5
* new clone added - World Rally 2 (Mask ROMS) braintro2018-04-141-0/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-1/+0
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+8
* new WORKING clones - Maniac Square (unprotected, Version 1.0, Checksum 66B1, ... David Haywood2018-01-241-0/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+10
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* changed set names for 'grtesoro' sets to 'play2000' to more accurately repres... David Haywood2017-07-251-0/+2
* New 74LS259/9334/CD4099 devices AJR2017-07-251-9/+11
* Clean up Galeco Dallas hookup device. Vas Crabb2017-07-231-0/+2
* gaelco / ds5002fp changes: David Haywood2017-07-191-13/+1
* A number of DS5002FP chips were dumped using the method published by Morten S... David Haywood2017-07-171-21/+28
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* (nw) David Haywood2016-04-181-0/+1
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-2/+2
* unsurprisingly, there's decent protection, really need the dallas rom :/ (nw) David Haywood2016-01-241-2/+10
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* temp, until we have the proper algorithm (nw) David Haywood2016-01-041-0/+3
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-1/+0
* gaelco2.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-141-13/+50
* Update license and email for Manuel Abadia (nw) Miodrag Milanovic2015-05-231-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Moved m_generic_paletteram_* into drivers/device state objects so they are no... Miodrag Milanovic2014-04-231-1/+3
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-1/+1
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-1/+1
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-1/+1
* eeprom_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+4
* Modernization of drivers part 6 (no whatsnew) Miodrag Milanovic2013-02-081-0/+3
* Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) Miodrag Milanovic2012-09-271-7/+3
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-1/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-2/+4
* TILE/TILEMAP modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-061-0/+4
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-4/+4
* More fixes and a gcc warning fix. Aaron Giles2012-04-151-1/+1
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-6/+8
* modernization of some CUSTOM_INPUT's part 2 (no whatsnew) Miodrag Milanovic2012-04-091-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-11/+11
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-0/+5
* Create new devices buffered_spriteram<n>_device, which manage buffered Aaron Giles2012-03-081-3/+7
* Death to SCREEN_EOF, which was ambiguously called either Aaron Giles2012-01-141-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+3