summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* taito_f2.c: Fixed some incorrect dip switches. Made use of PORT_INCLUDE and P... Brian Troha2011-08-021-715/+296
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-6/+1
* 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-78/+78
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-70/+70
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-32/+32
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-5/+5
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-42/+71
* (temp?) revert of sync patches so the assumed regression with Aaron's emu tim... Michaël Banaan Ananas2011-02-221-2/+0
* Aaron's r11464 timer rewrite made gunfront and driftout picky about timing.. Michaël Banaan Ananas2011-02-181-0/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* new clone Angelo Salese2011-01-131-1/+149
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-283/+283
* new clone added: Super Space Invaders '91 (older) Brian Troha2010-11-141-3/+25
* 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-111/+70
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-33/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-9/+9
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* fix rom names for the Japanese set of Liquid Kids like the US and World sets. Brian Troha2010-06-161-9/+9
* Documentation update [Stefan Lindberg, Dumping Union] Brian Troha2010-06-141-26/+26
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Misc Taito wip: Fabio Priuli2010-01-071-206/+291
* new clone added: Mega Blast (US) Brian Troha2010-01-061-5/+38
* Converted taitosnd (aka tc0140syt) to be a device and updated the related dri... Fabio Priuli2010-01-061-60/+71
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-5/+5
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Converted taito_f2.c to use video devices Fabio Priuli2009-12-291-97/+350
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-2/+2
* Misc Taito stuff: Fabio Priuli2009-12-271-41/+75
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-54/+54
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-20/+20
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-20/+20
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-55/+55
* reverted driftout workaround, see latest comments here for reason: http://www... Michaël Banaan Ananas2009-09-121-2/+2
* workaround for driftout http://www.mametesters.org/view.php?id=3356 Michaël Banaan Ananas2009-08-211-11/+11
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-132/+132