summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddragon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-100/+100
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-8/+8
* BIG update. Aaron Giles2011-03-291-55/+55
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* (game descriptions consistency: "Set" -> "set") Michaël Banaan Ananas2011-03-131-5/+5
* misc companyname cleanups/consitencies Michaël Banaan Ananas2011-03-091-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-90/+90
* Correct name for the 63701Y0P MCU used on the Double Dragon sets. Only chang... Brian Troha2010-12-241-6/+6
* 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-27/+14
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-26/+26
* Time to kill off some deadwood. Aaron Giles2010-07-071-5/+5
* Decrypted Double Dragon Italian bootleg char roms [Angelo Salese] Angelo Salese2010-06-231-3/+22
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-5/+5
* new clones Angelo Salese2010-04-121-0/+44
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-4/+4
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-041-12/+12
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-10/+10
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Renamed functions: Aaron Giles2009-12-051-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-8/+8
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-4/+4
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-13/+16
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Added driver data struct and save states to the following drivers: chinagat.c... Fabio Priuli2009-11-271-117/+139
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-5/+5
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-21/+21
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-45/+45
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-13/+13
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-16/+16
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-7/+7
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-54/+54
* New clones Added davidhay2009-02-221-16/+56
* Ok, this is The Big One. Aaron Giles2009-02-111-13/+12