summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/superqix.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-25made pbillian plunger more authentic: just hold CTRL for an amount of time an... Michaƫl Banaan Ananas1-23/+0
2011-04-01Final bulk rename for 0.142: ensure that all members of Aaron Giles1-45/+45
2011-03-29BIG update. Aaron Giles1-28/+28
2011-03-13Convert a number of drivers to use their own private spriteram instead Aaron Giles1-4/+6
2011-02-24Modified video update system. [Miodrag Milanovic] Miodrag Milanovic1-2/+2
2011-02-08Take advantage of the driver_device to clean up state saving for Aaron Giles1-7/+7
2011-02-03From: Atari Ace Aaron Giles1-51/+53
2010-09-02Added include files for all remaining drivers with multiple source files. Aaron Giles1-0/+1
2010-06-08WARNING: There are likely to be regressions in both functionality and Aaron Giles1-2/+2
2010-01-10Bulk driver.h -> emu.h switch. Aaron Giles1-1/+1
2009-12-28Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles1-1/+1
2009-12-03Memory banks are now referenced by tag rather than index. Aaron Giles1-2/+2
2009-11-28Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles1-2/+4
2009-11-26Introduced a generic_pointers structure within machine that is Aaron Giles1-2/+2
2009-06-25From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles1-6/+4
2009-04-26Bulk change alert. Aaron Giles1-2/+2
2008-12-19This update is the below two patches, plus the remaining changes Aaron Giles1-5/+5
2008-12-14From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles1-2/+2
2008-12-05Changed save state system to accept machine parameters where Aaron Giles1-7/+7
2008-11-20Memory banking now requires a machine object. This makes the memory Aaron Giles1-2/+2
2008-11-14WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles1-2/+2
2008-07-17From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles1-2/+2
2008-04-11Reduced the number of save state callback types from 3 to 1. The Aaron Giles1-6/+0
2008-04-06Renamed input port functions: Aaron Giles1-2/+2
2008-03-13From: Mike Haaland Aaron Giles1-13/+21
2008-03-12Next batch of machine->screen[] removal Zsolt Vasvari1-2/+2
2008-03-08Changes VIDEO_UPDATE signature to Zsolt Vasvari1-2/+2
2008-03-05Added running_machine * parameter to the front of all read/write handlers. Aaron Giles1-2/+2
2008-02-29Replaces mame_bitmap with bitmap_t Zsolt Vasvari1-3/+3
2008-02-25* remove flip_screen macro Couriersud1-4/+4
2008-02-21Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari1-5/+4
2008-02-05Removed 'type' parameter from tilemap_create Zsolt Vasvari1-2/+2
2008-01-28- Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari1-1/+1
2008-01-25- Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari1-0/+1
2007-12-17Initial checkin of MAME 0.121.mame0121 Aaron Giles1-0/+260