summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_b.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor clean up for taito_b.c - nw Brian Troha2011-08-011-22/+20
* taito_b.c: Major input port restructure. Fixed several incorrect dip switches... Brian Troha2011-08-011-589/+275
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-8/+8
* taito_b.c - Added PLD dumps for qzshowby. [Tafoid] Scott Stone2011-04-221-0/+8
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+34
* BIG update. Aaron Giles2011-03-291-57/+57
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-18/+18
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-21/+21
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-36/+36
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-10/+10
* Attotime bulk conversion step: Aaron Giles2011-02-031-18/+18
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+5
* Odds and ends documentation from readme files (no whatsnew) Scott Stone2011-01-191-1/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-519/+519
* Fixes MT#04068: viofight: Missing Player 2 button 3 Scott Stone2010-10-081-1/+1
* 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-90/+36
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-21/+21
* Time to kill off some deadwood. Aaron Giles2010-07-071-7/+7
* Remove the following functions: Aaron Giles2010-07-011-10/+10
* minor information updates about Sel Feena and Mr. Kicker Brian Troha2010-06-161-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+2
* another round of company names cleanup Michaƫl Banaan Ananas2010-05-221-1/+1
* Fix for MT03699: masterw: Game freezes Fabio Priuli2010-02-191-2/+2
* 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
* added driver data struct to taitoair.c and taito_b.c Fabio Priuli2010-01-071-41/+195
* Converted taitosnd (aka tc0140syt) to be a device and updated the related dri... Fabio Priuli2010-01-061-36/+77
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Fixed TC0180VCU device and converted taito_b.c to use this implementation (cl... Fabio Priuli2009-12-281-7/+67
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-3/+3
* Fix for MT03493: spacedxo: The game reboots itself after title screen Fabio Priuli2009-12-281-2/+14
* Converted Fujitsu MB87078 Volume Controller to be a device and updated taito_... Fabio Priuli2009-12-271-25/+15
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-8/+8
* Misc Taito stuff: Fabio Priuli2009-12-271-56/+109
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-3/+3
* 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-5/+5
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-15/+15
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-4/+4
* converted the following drivers to use EEPROM device: deco156.c, eolith.c, eo... Fabio Priuli2009-11-251-37/+21
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-7/+7
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-46/+46
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-42/+42