summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asteroid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-4/+4
* BIG update. Aaron Giles2011-03-291-5/+5
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-3/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/ Aaron Giles2011-03-211-17/+18
* nomore "Meteor" confusion Michaël Banaan Ananas2011-03-181-2/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-37/+37
* 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-11/+8
* Removed several exported non-const global variables from the core [Atari Ace] Phil Bennett2010-08-131-3/+3
* Remove the following functions: Aaron Giles2010-07-011-1/+1
* asteroids bootlegs Michaël Banaan Ananas2010-05-241-3/+3
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-011-3/+3
* 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
* Renamed functions: Aaron Giles2009-12-051-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Document the oddly labeled Asteroids proms: Brian Troha2009-07-291-1/+8
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-10/+10
* adds PCB location to several rom sets in the asteroid.c driver. Brian Troha2009-06-261-65/+65
* New clone added: Asteroids (rev 4) Brian Troha2009-06-211-13/+47
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-3/+3
* Changed Lunar Lander thrust control to a pedal. This more accurately emulate... Derrick Renaud2009-05-011-3/+5
* Second (and last for now) round of cpu->[n] to cputags conversions Fabio Priuli2009-04-271-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-13/+13
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-20/+20
* Proper device nvram handling for atari_vg Couriersud2009-02-221-1/+0
* Device-ified atari_vg Couriersud2009-02-211-3/+4
* Added save state support to asteroid, bwidow, mhavoc, omegrace Couriersud2009-02-211-11/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-15/+15
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* From Luigi30: Aaron Giles2008-11-241-1/+1
* Another big one. Aaron Giles2008-11-201-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-15/+21
* Added validity check to ensure that ports referenced by a condition Aaron Giles2008-08-191-8/+8
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-3/+3
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-13/+13
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-25/+25