summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/opwolf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "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-48/+48
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-31/+31
* 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-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+2
* Decoupled some entagled drivers: [Atari ACe] Aaron Giles2011-02-181-1/+0
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-68/+68
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-0/+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-11/+11
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* Remove the following functions: Aaron Giles2010-07-011-2/+2
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-1/+1
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-1/+1
* - even more small company name cleanups Michaël Banaan Ananas2010-05-221-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Misc Taito wip: Fabio Priuli2010-01-071-66/+85
* Converted taitosnd (aka tc0140syt) to be a device and updated the related dri... Fabio Priuli2010-01-061-6/+15
* 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-14/+28
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-3/+3
* > -----Original Message----- Aaron Giles2009-10-211-1/+0
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-10/+10
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* Added readmes to Jail Break, Ninja Warriors, Operation Wolf and Rainbow Islan... mariuszw12009-05-251-0/+168
* 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 while Kale is busy (and not mergi... Fabio Priuli2009-04-291-1/+1
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-77/+44
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-12/+12
* From: Smitdogg Jones [jcsmith23@yahoo.com] Aaron Giles2009-03-271-0/+21
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-14/+14
* 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-18/+17
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+7