summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/meritm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-24/+24
* Remaining regressions. Aaron Giles2009-02-171-1/+7
* Ok, this is The Big One. Aaron Giles2009-02-111-14/+9
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-12/+12
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-211-1/+1
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-10/+2
* Hi mamedev, Aaron Giles2008-12-161-13/+13
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Hi mamedev, Aaron Giles2008-12-081-12/+12
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-15/+15
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-4/+4
* Another big one. Aaron Giles2008-11-201-6/+6
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-3/+3
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-2/+4
* update for Super Mega Touch IV: Brian Troha2008-10-221-1/+4
* new games/clones added Brian Troha2008-10-021-22/+83
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-6/+4
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-30/+10
* Converted the z80pio implementation into a device. Wilbert Pol2008-09-281-20/+45
* updated some rom names to correct labels. Actual rom dump will be verified a... Brian Troha2008-09-171-4/+4
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-3/+3
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* Makes the "Standard" version of Mega Touch III the parent and California vers... Brian Troha2008-08-071-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5
* adds information about custom program versions on rom name labels conventions Brian Troha2008-08-051-1/+16
* New clone:Megatouch III (9255-20-01 RON) Brian Troha2008-08-051-30/+48
* (From Atari Ace. Note that I only took the first patch, which applied Aaron Giles2008-07-311-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-30/+30
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-30/+30
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7
* Passing more running_machine* parameters around Nathan Woods2008-05-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-5/+5
* New clones added Brian Troha2008-05-141-25/+44
* Corrects spelling from Dalas to Dallas :-p Brian Troha2008-05-061-16/+7
* From: Hugh McLenaghan [mailto:hughmcl@hotmail.com] mariuszw12008-05-061-1/+23
* documentation update Brian Troha2008-05-051-17/+28