summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/srmp2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-4/+4
* Seta update from Haze, nw Angelo Salese2011-05-031-6/+6
* Started unifying sprite implementations for setax001/x002 chips [David Haywood] Angelo Salese2011-05-031-4/+16
* deprecat.h removal, part 1 for today Angelo Salese2011-04-281-31/+44
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-45/+45
* BIG update. Aaron Giles2011-03-291-32/+32
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-17/+25
* Updated nmk/olympia/pacific/pce/phoenix/rare/seibu/seta to driver_devices. Aaron Giles2011-03-031-14/+16
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-12/+12
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+3
* (bracket style company naming was abandoned) Michaƫl Banaan Ananas2011-02-161-1/+1
* new clone Angelo Salese2011-02-101-34/+25
* Hooked up IOX support for Mahjong Yuugi and Mahjong Pon Chin Kan, not worth (... Angelo Salese2011-02-101-106/+7
* Removed ROM patch in Super Real Mahjong Part 2 [Angelo Salese] \n (also made ... Angelo Salese2011-02-101-96/+147
* Removed ROM patches and added working player 2 inputs in Super Real Mahjong P... Angelo Salese2011-02-091-185/+80
* Rewrote IOX key matrix device implementation, used by Super Real Mahjong Part... Angelo Salese2011-02-091-31/+323
* new clone Angelo Salese2011-02-091-7/+107
* Ok, last major rename for this round: Aaron Giles2011-01-011-6/+6
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-66/+66
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-6/+7
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-12/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-14/+14
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-2/+2
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-11-281-82/+73
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-8/+8
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-9/+9
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-9/+9
* 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-4/+4
* Memory maps merges for the following drivers: Angelo Salese2009-04-271-79/+46
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-13/+13
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-17/+17
* Ok, this is The Big One. Aaron Giles2009-02-111-26/+23
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-2/+2
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-12/+12
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* Part 7 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-061-16/+11
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-9/+9