summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-54/+54
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-61/+61
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-17/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-21/+21
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-69/+67
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+2
* Breaks some driver entanglements to simplify future driver_device Aaron Giles2011-03-101-24/+30
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+4
* Minor game title changes, IE: change Tapper & Tapper (alt) to Tapper (Budweis... Brian Troha2011-01-301-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-3/+3
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-3/+4
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-21/+16
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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-6/+6
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-8/+8
* From: Kevin Eshbach [mailto:keshbach@comcast.net] Aaron Giles2009-08-131-0/+28
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-26/+26
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-18/+18
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Cleanups and version bump. Aaron Giles2009-03-051-4/+4
* 02694: demoderb, demoderm: Duplicated input definitions for P1 and P2 buttons. Couriersud2009-03-041-13/+16
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* From: Mr. Do. Note I just wired up the layouts he provided, I left the PORT_T... Aaron Giles2009-02-261-1/+3
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-14/+14
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-17/+17
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+3
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-8/+8
* Another big one. Aaron Giles2008-11-201-17/+17
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-24/+24
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-1/+1
* 01708: stargrds: stargrds duplicate inputs Couriersud2008-10-121-9/+8
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-1/+1
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-2/+4
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-17/+17
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-17/+17
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-57/+57
* Region classes go bye-bye. Aaron Giles2008-07-281-55/+55
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-60/+60