summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/darius.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111/+111
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-98/+98
* 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-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+3
* 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
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-4/+4
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-112/+112
* 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-28/+28
* Time to kill off some deadwood. Aaron Giles2010-07-071-31/+31
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added driver data struct + save states to darius.c & othunder.c Fabio Priuli2010-01-091-180/+249
* Converted taitosnd (aka tc0140syt) to be a device and updated the related dri... Fabio Priuli2010-01-061-5/+14
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-2/+2
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Updated darius.c, opwolf.c, rainbow.c, rastan.c, topspeed.c and volfied.c to ... Fabio Priuli2009-12-281-5/+13
* Results of running the latest srcclean. Aaron Giles2009-12-281-12/+12
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-6/+6
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+3
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-2/+2
* 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-4/+4
* [from AtariAce] Aaron Giles2009-08-301-1/+1
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-12/+12
* The other larger patch adds missing static and const qualifiers, and Aaron Giles2009-06-081-2/+2
* 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-4/+3
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Merged memory maps for all driver sources beginning with 'D': [MooglyGuy] Ryan Holtz2009-04-261-56/+28
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-15/+15
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-24/+24
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13
* Ok, this is The Big One. Aaron Giles2009-02-111-68/+76
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Some drivers/d* warning fixes Couriersud2008-11-141-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3