summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/starfire.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-12/+12
* BIG update. Aaron Giles2011-03-291-13/+13
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-3/+3
* starfire.c: Improved color emulation and added driver data [Qwi Jibo] Michaƫl Banaan Ananas2011-01-171-21/+25
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-8/+8
* 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-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* document the BPROM type for the recent Starfire prom dumps Brian Troha2009-10-221-8/+8
* Added PROM dumps to starfire and fireone [TrevEB] Phil Bennett2009-10-221-26/+42
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-7/+7
* 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-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-1/+1
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-11/+11
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-9/+9
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-171-17/+17
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Bulk converted drivers explicitly calling input_port_n_r() with a bogus Aaron Giles2008-04-061-8/+8
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-12/+12
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-1/+1
* Simplifies Star Fire driver Zsolt Vasvari2008-01-251-53/+15
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+422