summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mcr68.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up 6821 PIA modernization, removing all trampolines. Some Aaron Giles2011-05-031-3/+3
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-46/+46
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-55/+55
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-14/+14
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-19/+19
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-4/+4
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-49/+54
* new clones added Brian Troha2011-02-111-0/+28
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-8/+8
* Added correct LA revision levels to the Pigskin 621AD rom set as well as incl... Brian Troha2011-01-301-47/+47
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-50/+50
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-10/+36
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-2/+3
* 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-30/+24
* Cleanups and version bump.mame0138 Aaron Giles2010-05-151-2/+2
* Adjust International Team Laser (proto) setname from tlaser > intlaser Scott Stone2010-05-121-5/+5
* new working game Angelo Salese2010-05-111-4/+123
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-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-12/+12
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-4/+4
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-26/+26
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-05-271-16/+16
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* From: Kevin Eshbach [mailto:keshbach@comcast.net] Aaron Giles2009-04-231-9/+29
* Cleanups and version bump. Aaron Giles2009-03-051-1/+1
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-7/+13
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-11/+11
* 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-2/+2
* 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-2/+2
* Another big one. Aaron Giles2008-11-201-9/+9
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-27/+27
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-9/+9
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-9/+9