summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superqix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* made pbillian plunger more authentic: just hold CTRL for an amount of time an... Michaël Banaan Ananas2011-08-251-50/+41
* documentation updates (pbillian and sqix have dipswitch info in the game, hot... Michaël Banaan Ananas2011-08-241-29/+29
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-94/+94
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-13/+13
* BIG update. Aaron Giles2011-03-291-75/+75
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* fix pbillian/hotsmash samples Michaël Banaan Ananas2011-02-191-1/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-13/+13
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* From: Atari Ace Aaron Giles2011-02-031-106/+126
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-12/+12
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-95/+95
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-18/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-4/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-11/+10
* Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone2010-07-171-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-3/+3
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-6/+6
* Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-6/+6
* 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-23/+23
* Fix coin issue sqixr1 (ShimaPong) Brian Troha2009-05-301-1/+1
* removed a left over comment from superqix.c driver. Brian Troha2009-05-251-1/+1
* New Clone added: Super Qix (World, Rev 2) Brian Troha2009-05-241-32/+52
* added I8751 ROM to sqixu [Dr. Decapitator, Nicola Salmoria] Nicola Salmoria2009-05-231-21/+81
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-10/+10
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-2/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-6/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-13/+13
* 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-53/+48
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Hi mamedev, Aaron Giles2008-12-081-3/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-15/+15
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Another big one. Aaron Giles2008-11-201-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-26/+26