summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitosj.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-63/+63
* BIG update. Aaron Giles2011-03-291-20/+20
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-11/+11
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-6/+6
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* From: Atari Ace Aaron Giles2011-02-031-70/+73
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-41/+41
* Cleanups and version bump.mame0140u2 Aaron Giles2010-12-081-1/+1
* new clones Angelo Salese2010-11-221-0/+37
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-8/+6
* Replaced the old MCU dump with the decapped version for Kick Start Wheelie Ki... Brian Troha2010-07-111-20/+20
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-22/+22
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-1/+1
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* Moved mapping for 'skip to next level' buttons to Q,W. Feel free to change th... Fabio Priuli2009-05-071-2/+2
* Moved 'skip to next level' buttons from BUTTON_2 to F1/F2 keys. Fabio Priuli2009-05-071-37/+10
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-7/+7
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-14/+14
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-50/+50
* Ok, this is The Big One. Aaron Giles2009-02-111-34/+34
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Another big one. Aaron Giles2008-11-201-6/+6
* fix 02656: elevator: Elevator Action freezes after coin insert with "8" davidhay2008-11-201-0/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-13/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-08-201-35/+54
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-6/+6
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-6/+6
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-14/+14
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-4/+4
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-4/+4
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-16/+16
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-97/+97