summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/backfire.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for [MT03470]: backfirea: Game mode setting error on startup Fabio Priuli2009-10-091-8/+8
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* 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-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* A few more number-to-tag conversions in CPU calls Fabio Priuli2009-04-271-2/+2
* Bulk change alert. Aaron Giles2009-04-261-13/+13
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-8/+8
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-3/+3
* Ok, this is The Big One. Aaron Giles2009-02-111-16/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-8/+8
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-10/+10
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-4/+4
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-23/+23
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-4/+4
* 01716: backfire, backfira: Coin 1+2, Service1 and Service Mode mapped twice. Couriersud2008-10-121-8/+5
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-4/+4
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+7
* Region classes go bye-bye. Aaron Giles2008-07-281-14/+14
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-22/+21
* 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
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-11/+11
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-3/+1
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-5/+4
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-4/+4
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* Fix 01500: all astrocde.c drivers: assertion Zsolt Vasvari2008-03-141-2/+2
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-6/+5
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-6/+6
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-8/+8
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1