summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gticlub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-12/+12
* BIG update. Aaron Giles2011-03-291-36/+36
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Convert cclimber/galpani2/gticlub/namcond1/pacman/seibuspi/tetrisp2/vicdual Aaron Giles2011-03-251-15/+31
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-42/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-17/+17
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-83/+83
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-12/+8
* Time to kill off some deadwood. Aaron Giles2010-07-071-16/+16
* Cleanups and version bump. Aaron Giles2010-03-111-2/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* Implemented default EEPROMs for GTIClub, Hang Pilot, Asterix, X-Men and Polyg... Angelo Salese2010-03-071-0/+12
* Cleanups and version bump.mame0136u3 Aaron Giles2010-02-141-4/+4
* Converted gticlub.c, nwk-tr.c and zr107.c to use the Konami 001604 device and... Fabio Priuli2010-02-011-27/+86
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-9/+9
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-8/+8
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* galastrm and gticlub use eepromdev. Aaron Giles2009-12-261-46/+14
* Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and k... Fabio Priuli2009-12-241-191/+104
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Misc Konami updates: Fabio Priuli2009-12-141-21/+28
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-10/+10
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Slightly better documentation in gticlub.c changing "other" to "sound" for th... Brian Troha2009-07-051-1/+1
* 02797: hangplt: Hang Pilot no longer boots since the new PPC DRC went in. [Ph... Phil Bennett2009-06-251-70/+70
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-16/+16
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-7/+7
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Converted PowerPC SET_INFOs to direct calls. Aaron Giles2009-03-071-6/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-7/+7
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-12/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* correct rom region code in GTI CLub Euro from "U" to proper "E" Brian Troha2009-02-141-4/+4
* new clones added Brian Troha2009-02-141-79/+138
* Ok, this is The Big One. Aaron Giles2009-02-111-1/+1