summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddragon3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-35/+35
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-9/+9
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-7/+7
* (game descriptions consistency: "Set" -> "set") Michaƫl Banaan Ananas2011-03-131-3/+3
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+4
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-7/+7
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-35/+35
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* Serving a cup of STFU to clrmamepro. (no whatsnew) Curt Coder2010-03-071-3/+3
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-041-3/+3
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-7/+12
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Added driver data struct and save states to the following drivers: chinagat.c... Fabio Priuli2009-11-271-48/+73
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-18/+18
* Fixed ctribe music [ShimaPong] Fabio Priuli2009-05-291-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-9/+9
* New clones added Yasuhiro Ogawa2009-04-261-2/+37
* Merged memory maps for all driver sources beginning with 'D': [MooglyGuy] Ryan Holtz2009-04-261-84/+41
* Fixed trivial bug MT 2187 (Technos -> Technos Japan) Fabio Priuli2009-04-021-5/+5
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-23/+23
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+13
* Fix for assertion in ddragon3 driver. Aaron Giles2009-01-021-1/+2
* Fixed ddrago3p gfx ROM loading [Creamymami] Phil Bennett2008-12-271-36/+33
* From: Mamesick [mailto:mamesick@libero.it] Aaron Giles2008-12-261-6/+0
* Fixed incorrect ddragonp ROM loading. Phil Bennett2008-12-221-4/+4
* Cleanups and version bump. Aaron Giles2008-12-221-1/+1
* New clones added Phil Bennett2008-12-211-35/+201
* From Mamesick: Aaron Giles2008-12-211-17/+32
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-5/+5
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2