summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kickgoal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-5/+5
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-147/+147
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Updated sigma/stern/subsino/tatsumi/tch/tecfri/technos/tehkan to driver_devices. Aaron Giles2011-03-031-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-47/+47
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-9/+9
* Added read_status() and write_command() methods to the okim6295_device Aaron Giles2010-09-051-50/+39
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-6/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-29/+37
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-2/+4
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-16/+16
* Added driver data struct and save states to the following drivers: Fabio Priuli2009-12-091-214/+231
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-5/+5
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-64/+64
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* address space compilation errors. smf-2008-11-151-1/+2
* Fix a couple of compile warnings Couriersud2008-11-151-6/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-5/+5
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-52/+52
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-15/+15
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-22/+22
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-8/+8
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-5/+5