summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastfred.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed cheapest deprecat.h usages (generally sound cpu ones) Angelo Salese2011-04-261-2/+4
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-28/+28
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-25/+25
* 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-10/+10
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-32/+40
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-34/+34
* 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-8/+6
* minor naming cleanup Michaël Banaan Ananas2010-07-051-9/+9
* new clones Angelo Salese2010-07-041-1/+35
* documentation: Cleaned up company names [hap] Michaël Banaan Ananas2010-05-251-2/+2
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-2/+2
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-061-2/+2
* 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
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-7/+10
* From: hoge hoge [c8cv@hotmail.com] Aaron Giles2009-08-021-1/+1
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-17/+17
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Again, number-to-tag conversions in CPU calls Fabio Priuli2009-04-281-6/+6
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+3
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+8
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Another big one. Aaron Giles2008-11-201-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-9/+9
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-2/+2
* Fixed sprites in imago [Pierpaolo Prazzoli, Tomasz Slanina] Pierpaolo Prazzoli2008-09-061-10/+67
* Added newer parent set for Imago, which is also a cocktail set for the 2nd pl... Pierpaolo Prazzoli2008-09-051-3/+78
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-5/+5
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-5/+5
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-92/+51
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-20/+20
* Removed ancient /* audio CPU */ comments that were remnants Aaron Giles2008-07-301-2/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-36/+36
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-44/+44