summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/88games.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-56/+56
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-6/+5
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-28/+28
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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-12/+12
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-4/+4
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-3/+3
* Improved a few Konami device interfaces, moved most rom deinterleaving to DEV... Fabio Priuli2009-12-181-16/+6
* some more Konami wip: Fabio Priuli2009-12-161-120/+168
* Misc Konami updates: Fabio Priuli2009-12-141-15/+82
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* 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
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Replaced a few CPU numbers with corresponding tags Fabio Priuli2009-04-261-2/+2
* Removed run like hell cheat. We pulled these from trackfld a while ago, Aaron Giles2009-04-231-43/+3
* Verified 0x00 coinage settings in remaining Konami drivers (and two Banpresto... Fabio Priuli2009-04-011-1/+2
* 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-12/+12
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Fix a few regressions due to the audio devic-ification. Aaron Giles2009-02-171-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+11
* Added savestate support to the following devices: [MooglyGuy] Ryan Holtz2009-01-041-4/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-081-2/+2
* Pointer-ified the konami CPU core. Changed setlines callback to Aaron Giles2008-12-061-6/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-8/+8
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-26/+26
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-42/+28
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-6/+6
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1