summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gticlub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-2/+0
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-3/+0
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Hi mamedev, Aaron Giles2008-12-161-1/+0
* More device normalization: Aaron Giles2008-12-161-6/+6
* Here's the big one.... Aaron Giles2008-12-111-0/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Hi mamedev, Aaron Giles2008-12-081-1/+1
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Fix more compile warnings drivers/[e-k]* Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-10/+10
* Fixed a number of regressions due to recent 68000 IRQ changes. Aaron Giles2008-10-031-4/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-28/+28
* Region classes go bye-bye. Aaron Giles2008-07-281-31/+31
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-38/+31
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-18/+26
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-7/+7
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* Hornet driver: Aaron Giles2008-06-251-1/+201
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* Converted voodoo into a proper device. Aaron Giles2008-06-231-24/+26
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-31/+33
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-7/+6
* Cleanups and version bump.mame0125u5 Aaron Giles2008-06-121-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-5/+0
* PPC common: Aaron Giles2008-06-101-21/+33
* gticlub: Aaron Giles2008-06-071-67/+45
* Cleanups/version bump.mame0125u4 Aaron Giles2008-06-051-2/+2
* PowerPC dynamic recompiler: [Aaron Giles] Aaron Giles2008-06-051-65/+19
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+3
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-15/+15
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-17/+17