summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_z.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some spelling fixes (eg. layout break, uppercase) Michaël Banaan Ananas2011-08-231-6/+6
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-7/+7
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-5/+5
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-8/+3
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-71/+71
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-9/+9
* BIG update. Aaron Giles2011-03-291-77/+77
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-21/+21
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-9/+9
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-10/+10
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-5/+5
* Attotime bulk conversion step: Aaron Giles2011-02-031-7/+7
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-456/+456
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-9/+9
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-50/+20
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-27/+27
* Time to kill off some deadwood. Aaron Giles2010-07-071-10/+10
* Remove the following functions: Aaron Giles2010-07-011-5/+5
* scin=hack Michaël Banaan Ananas2010-05-261-4/+4
* Cleanups and version bump. Aaron Giles2010-05-051-7/+7
* Output Cleanup/Hookup (Part 2) [Howard Casto]: Fabio Priuli2010-04-231-9/+70
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* 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-150/+223
* Converted taitosnd (aka tc0140syt) to be a device and updated the related dri... Fabio Priuli2010-01-061-9/+39
* Cleanups and version bump.mame0136 Aaron Giles2009-12-311-1/+1
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Taito wip: Fabio Priuli2009-12-281-43/+116
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-2/+2
* 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-4/+4
* Misc Taito stuff: Fabio Priuli2009-12-271-75/+114
* Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles2009-12-251-1/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-20/+20
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-14/+14
* converted the following drivers to use EEPROM device: deco156.c, eolith.c, eo... Fabio Priuli2009-11-251-27/+13
* 03542: Sets/Drivers using YM2610: Missing sounds [Phil Bennett] Phil Bennett2009-11-211-23/+23
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-36/+36
* taito_z DIPSW fixes [kanikani] Yasuhiro Ogawa2009-08-201-7/+7