summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/metro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-40/+40
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-107/+107
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-124/+124
* Ok, this is The Big One. Aaron Giles2009-02-111-105/+57
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-5/+5
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-3/+3
* Big H8 update R. Belmont2008-11-191-5/+5
* new clone: Daitoride (YMF278B version) [Stefan Lindberg] davidhay2008-11-161-0/+101
* address space compilation errors. smf-2008-11-151-4/+10
* And again. R. Belmont2008-11-151-3/+3
* Backout a change that mainline's not ready for yet. R. Belmont2008-11-151-3/+3
* Namco compile cleanups. R. Belmont2008-11-151-4/+6
* Fix more warnings drivers[l-r]* Couriersud2008-11-141-7/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-48/+48
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-27/+27
* Major cpuintrf changes: Aaron Giles2008-11-101-10/+10
* 02221: blzntrnd: Sound is almost completely broken Aaron Giles2008-10-091-4/+4
* 02324: dokyusei, dokyusp, gakusai, gakusai2: Game doesn't start Aaron Giles2008-10-091-9/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-59/+55
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-34/+34
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-16/+16
* 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-97/+97
* Region classes go bye-bye. Aaron Giles2008-07-281-150/+150
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-190/+181
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-1/+3
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-48/+35
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-21/+21
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-39/+39
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-4/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-281/+245
* 01851: 3kokushi: demo sounds dip reversed Couriersud2008-06-241-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-15/+15
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-25/+25
* use parent rom names as clone had no labels as per the Guru Brian Troha2008-05-171-3/+3
* New clones added Brian Troha2008-05-161-3/+27
* de-hack metro tilemaps... (lightly tested..) davidhay2008-04-281-40/+23
* Regression fixes fro memory mask flipping. Aaron Giles2008-04-231-1/+1
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-3/+3
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-111-2/+2
* Renamed input port functions: Aaron Giles2008-04-061-10/+10
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-12/+12
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-12/+12