summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New clones added mariuszw12011-07-231-0/+63
* Gave labels to many inputs in Midway's T, Wolf and Y Unit games as well as CP... Scott Stone2011-05-161-84/+83
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-3/+3
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-3/+3
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-1/+1
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* New clones added mariuszw12010-11-201-0/+31
* Cleaned up many duplicate inputs and fixed others in a number of drivers. [T... Scott Stone2010-11-111-2/+2
* Get rid of a bunch of mostly-trivial NVRAM_HANDLERS in favor of Aaron Giles2010-09-111-20/+2
* Added AM_DEVREAD_MODERN/AM_DEVWRITE_MODERN/etc. macros for the non-modern Aaron Giles2010-09-051-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-28/+22
* new clone added: Terminator LA4 Brian Troha2010-07-211-40/+76
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+8
* Note about Terminator 2 LA4 romset as found via eBay auction. Brian Troha2010-05-261-0/+1
* documentation: Cleaned up company names [hap] Michaƫl Banaan Ananas2010-05-251-1/+1
* new clone added: High Impact Football (LA2) Brian Troha2010-03-261-1/+37
* new clone: Smash TV Rev 3.01 Brian Troha2010-03-091-0/+29
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-76/+76
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* New clone added: Narc 2.00 Brian Troha2009-09-021-0/+102
* New clone added: Mortal Kombat (Turbo 3.1 09/09/93, Hack) Brian Troha2009-09-011-0/+34
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-1/+1
* Fixes a problem with r6177 which deleted a ROM_REGION from the source. This ... Scott Stone2009-07-291-0/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-16/+18
* rom name "enhancement"... closer to actual rom name without putting in "smash... Brian Troha2009-07-241-77/+76
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-38/+38
* New clone added: High Impact Football (rev LA1 12/16/90) Brian Troha2009-06-191-2/+38
* New clone added: High Impact Football (rev LA5 02/15/91) Brian Troha2009-05-251-1/+37
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-21/+21
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+4
* New Mortal Kombat clone Brian Troha2009-01-261-1/+34
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Super High Impact (prototype, rev 6.0 09/23/91) [Smittdogg] Aaron Giles2008-12-111-2/+31
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-51/+51
* Region classes go bye-bye. Aaron Giles2008-07-281-104/+104
* Removed all instances of regions with different class but equal names. Aaron Giles2008-07-281-11/+11
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-105/+105
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1