summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_h.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-2/+2
* adds information on how to access the debug mode in Record Breaker / Go for t... Brian Troha2009-10-101-1/+6
* Give Go for the Gold it's own inputs so it can have correct coinage ;-) Brian Troha2009-10-101-1/+9
* Updated taito_h.c driver stephh2009-10-101-7/+12
* new clone added: Go For the Gold Brian Troha2009-10-091-15/+52
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-6/+6
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-1/+1
* Memory map merges. Removed some word handlers in favor of using READ8/WRITE8 Aaron Giles2009-04-151-90/+41
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-18/+18
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-19/+19
* Ok, this is The Big One. Aaron Giles2009-02-111-9/+4
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-3/+3
* 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-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* 02470: Various: Access Violation Aaron Giles2008-10-091-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+9
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-7/+7
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-19/+19
* Region classes go bye-bye. Aaron Giles2008-07-281-16/+16
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-34/+25
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-0/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-6/+6
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-3/+2
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-1/+6
* Renamed input port functions: Aaron Giles2008-04-061-8/+8
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-29/+29
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-3/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-9/+12
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-3/+3
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Removes all palette_X_r functions Zsolt Vasvari2008-01-181-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+795