summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/missile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New clones added Scott Stone2011-08-201-0/+17
* New Clone Added Michaël Banaan Ananas2011-07-071-4/+19
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-2/+2
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Delegates 2.0 implementation. Resdesigned how delegates work to make Aaron Giles2011-04-161-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-50/+50
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* BIG update. Aaron Giles2011-03-291-44/+44
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-4/+4
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-5/+5
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-46/+53
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-14/+14
* missile.c: Corrected Missile Attack ROM locations and added PROMs to Super Mi... Phil Bennett2010-12-191-22/+46
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-11/+33
* 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
* Remove final set of legacy inlines from memory.h. Mostly affects CPU Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-3/+3
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-4/+5
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* company name cleanups and added back lost bootleggers info Michaël Banaan Ananas2010-05-231-2/+2
* got rid of bracket style company naming: Michaël Banaan Ananas2010-05-221-2/+2
* some minor company name cleanups again, and: Michaël Banaan Ananas2010-05-221-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-10/+10
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-5/+5
* 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
* A final round of number-to-tag conversions in CPU call. Only drivers with 'G'... Fabio Priuli2009-05-011-6/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-11/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-6/+6
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* From Luigi30: Aaron Giles2008-11-241-1/+1
* Removed memory context switch. Let the fun begin. Aaron Giles2008-11-241-5/+5
* Generalized the concept of opbase access into "direct" access. Aaron Giles2008-11-171-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-18/+18
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-11/+11
* Major cpuintrf changes: Aaron Giles2008-11-101-6/+6