summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/missile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* missile.c - Tag lookup reduction -nw- Phil Bennett2013-01-261-14/+30
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-97/+97
* 05077: All playable sets in missile.c: Graphics corrupt in Missile Command [P... Phil Bennett2012-12-201-86/+59
* modernization or timer callbacks part 3 - final (no whatsnew) Miodrag Milanovic2012-09-241-13/+13
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-5/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-16/+16
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-22/+20
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-5/+5
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-12/+14
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-9/+9
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-021-1/+1
* added Missile Command Multigame stub (this driver is not my cup of tea) Michaël Banaan Ananas2012-06-281-0/+46
* small cleanup Michaël Banaan Ananas2012-06-261-24/+20
* "Analog" Pokey Update [Couriersud] Couriersud2012-05-281-4/+6
* Fix regression on POKEY device introduced in last commit. Couriersud2012-05-181-3/+10
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-4/+4
* some DIRECT_UPDATE_HANDLER - > DIRECT_UPDATE_MEMBER (nw) Miodrag Milanovic2012-04-171-4/+4
* Merged watchdog back into running_machine. Aaron Giles2012-04-121-1/+1
* Removed unnecessary target() calls from shared_ptr references. Aaron Giles2012-04-111-6/+6
* Added target() on proper places (no whatsnew) Miodrag Milanovic2012-04-111-1/+1
* AM_BASE and AM_BASE_SIZE to AM_SHARE by request from Aaron (no whatsnew) Miodrag Milanovic2012-04-111-8/+9
* quantum and foodf were developed by GCC, to settlle their conflict over GCC's... Michaël Banaan Ananas2012-04-101-2/+2
* modernization of some CUSTOM_INPUT's (no whatsnew) Miodrag Milanovic2012-04-091-5/+6
* MAME going modern part 3 (no whatsnew) Miodrag Milanovic2012-04-031-35/+35
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-1/+1
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-1/+1
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-3/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-1/+1
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-1/+1
* Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a Aaron Giles2011-12-291-1/+1
* 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