summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rungun.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved k053252 emulation into a separate file, nw Angelo Salese2011-05-151-0/+1
* Added offset param kludge for the CCU, and hooked it up to several other game... Angelo Salese2011-05-151-2/+3
* Hooked up irq line handlers, and removed an hack for Hexion, nw Angelo Salese2011-05-151-1/+5
* Implemented a preliminary Konami k053252 device emulation, adds accurate refr... Angelo Salese2011-05-151-2/+2
* Extra params for the k053252, nw Angelo Salese2011-05-151-1/+5
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-1/+1
* 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-30/+30
* BIG update. Aaron Giles2011-03-291-29/+29
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-33/+33
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-5/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-10/+10
* Time to kill off some deadwood. Aaron Giles2010-07-071-8/+8
* Cleanups and version bump. Aaron Giles2010-03-111-10/+10
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-7/+27
* Cleanups and version bump. Aaron Giles2010-01-161-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-62/+89
* 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-1/+1
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-32/+10
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-70/+97
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-1/+1
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-5/+5
* Memory maps merges for the following drivers: Angelo Salese2009-04-281-54/+33
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Konami inputs improvements: Fabio Priuli2009-04-011-32/+5
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-5/+5
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-15/+15
* Remaining regressions. Aaron Giles2009-02-171-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-5/+5
* Defined ROM_LOAD64_WORD/ROM_LOAD64_WORD_SWAP in emu/romload.h Phil Bennett2009-01-211-1/+0
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2009-01-141-4/+0
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Significantly pared down the 68k core. Merged outer MAME shell Aaron Giles2008-11-171-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-14/+14