summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xexex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] Olivier Galibert2011-05-251-27/+8
* Using ROM_COPY instead of multiple of the same ROM_LOAD, nwn Ryan Holtz2011-05-241-5/+12
* Fixing a MAMETesters crash re: xexex Mask ROM test, can't be arsed to track d... Ryan Holtz2011-05-241-1/+5
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-1/+1
* 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-1/+2
* 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-3/+2
* Extra params for the k053252, nw Angelo Salese2011-05-151-3/+8
* Bulk replaces for k53252, nw Angelo Salese2011-05-121-1/+1
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+4
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-77/+77
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-48/+48
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* 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-8/+8
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-49/+49
* 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-19/+19
* Time to kill off some deadwood. Aaron Giles2010-07-071-14/+14
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump. Aaron Giles2010-03-111-3/+3
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-0/+9
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* 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-110/+150
* 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
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-9/+9
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-47/+11
* Made machine->gfx[num] choice (when starting Konami devices), independent of ... Fabio Priuli2009-12-181-2/+2
* Improved a few Konami device interfaces, moved most rom deinterleaving to DEV... Fabio Priuli2009-12-181-36/+95
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* 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-7/+7
* 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