summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vendetta.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/+6
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-1/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+34
* BIG update. Aaron Giles2011-03-291-35/+35
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* 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
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* 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-41/+41
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+4
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+14
* Time to kill off some deadwood. Aaron Giles2010-07-071-8/+8
* Cleanups and version bump. Aaron Giles2010-03-111-8/+8
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-0/+24
* 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-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-171/+199
* 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-8/+8
* 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-45/+18
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-4/+4
* Improved a few Konami device interfaces, moved most rom deinterleaving to DEV... Fabio Priuli2009-12-181-34/+85
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-10/+11
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* And some more again... Fabio Priuli2009-04-281-9/+9
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Konami inputs improvements: Fabio Priuli2009-04-011-81/+26
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Merged memory maps, renamed sets. Aaron Giles2009-03-291-83/+51
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-8/+8
* 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-26/+26
* Ok, this is The Big One. Aaron Giles2009-02-111-11/+10
* 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