summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/overdriv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-251-63/+13
* Fix duplicate ROM_REGION in overdriv as seen by -validate (no whatsnew) Scott Stone2011-05-251-2/+2
* Fixing a MAMETesters crash re: xexex Mask ROM test, can't be arsed to track d... Ryan Holtz2011-05-241-2/+13
* 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-2/+6
* Implemented a preliminary Konami k053252 device emulation, adds accurate refr... Angelo Salese2011-05-151-1/+2
* Extra params for the k053252, nw Angelo Salese2011-05-151-1/+6
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-1/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Hooked up rom tests, just to get more annoyance out of them ... Angelo Salese2011-05-041-10/+30
* Checkpoint Angelo Salese2011-05-041-18/+22
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-28/+28
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-23/+23
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+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
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-39/+39
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-9/+9
* 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-9/+9
* Time to kill off some deadwood. Aaron Giles2010-07-071-9/+9
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-52/+80
* Results of running the latest srcclean. Aaron Giles2009-12-281-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-1/+2
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-4/+4
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-23/+12
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-73/+58
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-3/+3
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Fixed #03308: overdriv: Game Resets at "Ram Check" Scott Stone2009-07-141-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* More number-to-tag conversions in CPU calls while Kale is busy (and not mergi... Fabio Priuli2009-04-291-10/+8
* Merged memory maps in the overdriv.c and demoted it tothe GNW flag. Angelo Salese2009-04-271-93/+42
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-8/+8
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-1/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-7/+7
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-6/+6
* Ok, this is The Big One. Aaron Giles2009-02-111-18/+12
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1