summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_z.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernized reset of pre/postload calls, just few legacy left (no whatsnew) Miodrag Milanovic2013-02-011-4/+4
* Modernize the Volume and RC filter sound devices. [Andrew Gardner] Andrew Gardner2013-01-311-41/+41
* taito_z.c: Add in B33 Taitio rom prefix for recent addition. - NW Brian Troha2013-01-201-12/+12
* new clone added Brian Troha2013-01-201-0/+43
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-3/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-621/+621
* new Double Axle clone Brian Troha2012-10-151-8/+57
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-9/+7
* New Enforce parent. Brian Troha2012-09-231-9/+61
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-26/+25
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+10
* Memory handler normalization, part 1. Aaron Giles2012-09-171-9/+9
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-55/+53
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-9/+9
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-7/+5
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-28/+28
* ok, one million times TC0 -> TC0 Michaël Banaan Ananas2012-07-131-19/+19
* Clean-ups and version bumpmame0146u1 Miodrag Milanovic2012-06-111-4/+4
* (update racingb notes) Michaël Banaan Ananas2012-06-071-1/+4
* cleanup Michaël Banaan Ananas2012-06-051-59/+6
* small changes and whatsnew note... Michaël Banaan Ananas2012-06-051-16/+28
* updated dips and fixed spr-tile priority in racingb Michaël Banaan Ananas2012-06-051-10/+24
* give racingb its own inputs and video update handler, the game is playable no... Michaël Banaan Ananas2012-06-051-215/+257
* cleanup cpua_ctrl_w + removed outdated changelog Michaël Banaan Ananas2012-06-051-55/+31
* removed fake digital steeringwheel from driver + improved analog controls for... Michaël Banaan Ananas2012-06-051-175/+82
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-25/+25
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-2/+2
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-2/+2
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-11/+11
* Templatized the palette generators and made naming consistent. Aaron Giles2012-04-091-5/+5
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-4/+4
* Moved all drivers to using the paletteram helpers defined in the Aaron Giles2012-04-051-5/+5
* MAME going modern part 5 (no whatsnew) Miodrag Milanovic2012-04-041-131/+119
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-11/+11
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-112/+112
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-22/+22
* (spelling fixes from kanikani) Michaël Banaan Ananas2012-01-271-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-20/+10
* 2 clones of Space Gun Brian Troha2011-11-281-2/+94
* taito_z.c: Remove old comment for Battle Shark joystick version as bits 2-5 a... Brian Troha2011-11-061-1/+1
* clean-ups and version bumpmame0143u9 Angelo Salese2011-10-271-1/+1
* new clone added: Battle Shark (Japan, Joystick) Brian Troha2011-10-231-4/+167
* taito_z.c: Added PCB locations to the Aqua Jack sets [ShouTime] Brian Troha2011-10-111-48/+48
* New clone added: Aquajack US Brian Troha2011-10-101-1/+45
* cab shifter locks into place, so add PORT_TOGGLE Michaël Banaan Ananas2011-08-251-4/+4
* 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