summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zaxxon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various rom name fixes [Kevin Eshbach]: Angelo Salese2011-07-061-17/+20
* zaxxon.c: Added Dip locations to Future Spy [Brian Troha] Brian Troha2011-07-031-7/+7
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-5/+5
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-5/+5
* Audio device additions: [Atari Ace] Scott Stone2011-04-091-15/+11
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-22/+22
* BIG update. Aaron Giles2011-03-291-23/+23
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-6/+6
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-10/+10
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-8/+8
* fix service mode regression Michaƫl Banaan Ananas2011-03-161-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+7
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-38/+38
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-20/+14
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-9/+9
* zaxxon.c: Fixed Ixion (prototype) inputs [MASH] Fabio Priuli2010-02-181-0/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed functions: Aaron Giles2009-12-051-3/+3
* PCB documentation updates: [Kevin Eshbach] Phil Bennett2009-12-031-63/+10
* Converted cabal, mappy, toypop and zaxxon to use driver_data structure [Atari... Phil Bennett2009-12-011-40/+46
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* New clones added Phil Bennett2009-10-211-43/+77
* New clone added Yasuhiro Ogawa2009-10-041-4/+36
* Added GAME_IMPERFECT_SOUND flag to all sets that use external samples which w... Scott Stone2009-08-051-7/+7
* From: Kevin Eshbach Aaron Giles2009-07-091-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-27/+27
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* And some more again... Fabio Priuli2009-04-281-8/+8
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-4/+4
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-3/+3
* Add validity check warning to flag games with duplicate device names. Aaron Giles2009-02-251-2/+2
* 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-2/+2
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-19/+12
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* 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-5/+5
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-2/+2
* Another big one. Aaron Giles2008-11-201-10/+11
* Fix more warnings drivers[s-z]* Couriersud2008-11-151-1/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-5/+5
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-6/+6