summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xmen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecat.h Angelo Salese2011-07-021-52/+26
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-12/+12
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* 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-31/+31
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-67/+67
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+4
* (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-8/+8
* Cleanups and version bump. Aaron Giles2010-03-111-8/+8
* Implemented default EEPROMs for GTIClub, Hang Pilot, Asterix, X-Men and Polyg... Angelo Salese2010-03-071-0/+24
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-52/+94
* 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-12/+12
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-2/+2
* Updated asterix.c, gijoe.c, hornet.c, lethal.c, moo.c, overdriv.c, rungun.c, ... Fabio Priuli2009-12-231-51/+25
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-35/+63
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-18/+17
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* New clones added Phil Bennett2009-11-281-0/+26
* 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-1/+1
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* Cleanups and version bump.mame0134u1 Aaron Giles2009-09-241-1/+1
* New clones added: X-Men (EAA) & Undercover Cops (US) Brian Troha2009-09-121-3/+29
* Verified clocks + Vsyncs on Downtown, Caliber 50 and Xmen (2-4 players) Aaron Giles2009-08-211-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-2/+2
* Fixed bug MT 3129 Fabio Priuli2009-04-291-12/+12
* And some more again... Fabio Priuli2009-04-281-6/+8
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Konami inputs improvements: Fabio Priuli2009-04-011-123/+39
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-12/+12
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-18/+18
* Ok, this is The Big One. Aaron Giles2009-02-111-3/+2
* 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