summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/turbo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-32/+32
* BIG update. Aaron Giles2011-03-291-47/+47
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-5/+5
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* New clones added mariuszw12010-11-241-1/+38
* Undo misguided change. Aaron Giles2010-09-091-1/+1
* Removed PORT_TOGGLE for Outrun, TX1 and Turbo, now it is according to wiring ... Miodrag Milanovic2010-09-091-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-12/+9
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-22/+22
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-9/+9
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-7/+7
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-7/+7
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-5/+5
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-1/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-22/+22
* 02057: buckrog, buckrogn, zoom909, subroc3d: Graphics Corruption on Title Scr... Aaron Giles2009-03-071-0/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-10/+10
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-18/+18
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-48/+48
* slight rom name change to avoid name/crc collide. Brian Troha2009-01-091-2/+2
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-16/+16
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-57/+44
* 02101: wboy, wboysys2: Access Violation Nicola Salmoria2008-08-111-1/+1
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-8/+8
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-16/+16
* Adds readmes for Kyros No Yakata, Bombs Away, Meikyuu Hunter G, Crazy Kong, M... Andrew Gardner2008-08-031-0/+134
* Region classes go bye-bye. Aaron Giles2008-07-281-38/+38
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-39/+39
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-4/+4
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-30/+29
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* Converted the ppi8255 implementation to a device. Wilbert Pol2008-04-191-62/+118
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-3/+3
* Renamed input port functions: Aaron Giles2008-04-061-8/+8
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-23/+22
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-3/+3