summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fastfred.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-2/+2
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-2/+0
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-7/+7
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-8/+5
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-20/+20
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+3
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Color table removal Zsolt Vasvari2008-02-181-1/+0
* Color table removal Zsolt Vasvari2008-02-111-12/+11
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+908