summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lastduel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (fix a fix) Michaël Banaan Ananas2011-08-231-4/+4
* fixed some spelling fixes (eg. layout break, uppercase) Michaël Banaan Ananas2011-08-231-1/+1
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-14/+14
* BIG update. Aaron Giles2011-03-291-6/+6
* 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-5/+5
* 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-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* 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-3/+3
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added driver data struct and save states to the following drivers: Fabio Priuli2009-12-101-218/+243
* 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-4/+4
* minor ROM name fix (no need for whatsnew) [Team Japump] Yasuhiro Ogawa2009-11-141-4/+4
* New Clone added: Last Duel (Japan) Brian Troha2009-11-131-0/+31
* From: David Haywood <neohaze@nildram.co.uk> Aaron Giles2009-08-021-2/+2
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Cleanups and version bump.mame0132u4 Aaron Giles2009-07-101-3/+3
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-28/+28
* Updates the Led Storm Rally 2011 set with the new roms as per the Guru's info. Brian Troha2009-07-051-13/+4
* Adds DIP port locations to Last Duel & Mad Gear sets Brian Troha2009-07-051-64/+28
* Update to the lastduel.c driver: Brian Troha2009-07-051-173/+213
* After the BPROM name correction, the BPROM type information was lost for Last... Brian Troha2009-07-041-3/+3
* revert filename changes for bootleg set that we don't have access to the board Yasuhiro Ogawa2009-07-041-2/+2
* Confirmed Last Duel sets and changed to use genuine GFX ROMs [Team Japump] Yasuhiro Ogawa2009-07-031-66/+88
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-301-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-261-76/+38
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-21/+21
* Ok, this is The Big One. Aaron Giles2009-02-111-16/+12
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-9/+9
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-12/+12
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-3/+3