summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/superqix.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-25Cleanups and version bump Angelo Salese1-16/+16
2011-08-25made pbillian plunger more authentic: just hold CTRL for an amount of time an... Michaël Banaan Ananas1-50/+41
2011-08-24documentation updates (pbillian and sqix have dipswitch info in the game, hot... Michaël Banaan Ananas1-29/+29
2011-04-01Final bulk rename for 0.142: ensure that all members of Aaron Giles1-94/+94
2011-03-29Remove redundant item cpu from address_space, in favor of Aaron Giles1-13/+13
2011-03-29BIG update. Aaron Giles1-75/+75
2011-03-27Created new enum type address_spacenum for specifying an address Aaron Giles1-8/+8
2011-03-13Convert a number of drivers to use their own private spriteram instead Aaron Giles1-1/+1
2011-02-24Modified video update system. [Miodrag Milanovic] Miodrag Milanovic1-4/+4
2011-02-19fix pbillian/hotsmash samples Michaël Banaan Ananas1-1/+3
2011-02-08Take advantage of the driver_device to clean up state saving for Aaron Giles1-13/+13
2011-02-06As promised, the bulk update of timer calls: Aaron Giles1-1/+1
2011-02-06Convert emu_timers to objects. Move implementation and management of Aaron Giles1-3/+3
2011-02-03From: Atari Ace Aaron Giles1-106/+126
2011-02-03Attotime bulk conversion step: Aaron Giles1-2/+2
2011-01-01Ok, last major rename for this round: Aaron Giles1-12/+12
2010-12-31mame_rand() -> machine->rand() Aaron Giles1-1/+1
2010-12-31running_device -> device_t Aaron Giles1-1/+1
2010-12-31MDRV_* -> MCFG_* Aaron Giles1-95/+95
2010-09-02Added include files for all remaining drivers with multiple source files. Aaron Giles1-18/+1
2010-09-02Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles1-4/+4
2010-09-01Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles1-11/+10
2010-07-17Cleaned up dead web links from the drivers - replacing when possible with alt... Scott Stone1-1/+1
2010-07-07Time to kill off some deadwood. Aaron Giles1-1/+1
2010-01-18Correct a long-standing design flaw: device configuration state Aaron Giles1-1/+1
2010-01-10Bulk driver.h -> emu.h switch. Aaron Giles1-1/+1
2009-12-03Memory banks are now referenced by tag rather than index. Aaron Giles1-3/+3
2009-11-28Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles1-5/+5
2009-11-26Introduced a generic_pointers structure within machine that is Aaron Giles1-6/+6
2009-11-15Enforce a minimum tag length of 3 characters. This will enable Aaron Giles1-6/+6
2009-07-24get rid of 8 character limitation for many clones Yasuhiro Ogawa1-2/+2
2009-07-09Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles1-23/+23
2009-05-30Fix coin issue sqixr1 (ShimaPong) Brian Troha1-1/+1
2009-05-25removed a left over comment from superqix.c driver. Brian Troha1-1/+1
2009-05-24New Clone added: Super Qix (World, Rev 2) Brian Troha1-32/+52
2009-05-23added I8751 ROM to sqixu [Dr. Decapitator, Nicola Salmoria] Nicola Salmoria1-21/+81
2009-05-09Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles1-10/+10
2009-05-01number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli1-2/+2
2009-04-26Bulk change alert. Aaron Giles1-1/+1
2009-03-30Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles1-6/+6
2009-03-02Removed device types from device queries that use tags, under the Aaron Giles1-13/+13
2009-02-25Device tag renaming. Moving away from generic names like "main" Aaron Giles1-22/+22
2009-02-11Ok, this is The Big One. Aaron Giles1-53/+48
2008-12-20Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles1-1/+1
2008-12-19This update is the below two patches, plus the remaining changes Aaron Giles1-2/+2
2008-12-17From: Atari Ace [atari_ace@verizon.net] Aaron Giles1-0/+1
2008-12-08Hi mamedev, Aaron Giles1-3/+4
2008-12-05Changed save state system to accept machine parameters where Aaron Giles1-15/+15
2008-11-26Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles1-3/+3
2008-11-20Another big one. Aaron Giles1-2/+2