summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/paradise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dumb game writes to the pixel pal bank before writing to the paletteram ... Angelo Salese2011-08-221-4/+15
* (Finally found the time to finish this....) Aaron Giles2011-05-301-6/+6
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-53/+53
* BIG update. Aaron Giles2011-03-291-41/+41
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+3
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-5/+5
* Added driver data class and save states to: paradise.c, pasha2.c and pbaction.c Fabio Priuli2010-03-161-86/+97
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-2/+5
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Purged remaining globals from video/generic.c and audio/generic.c Aaron Giles2009-11-281-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-9/+10
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-9/+6
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-3/+3
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* - More machine->screen removal Zsolt Vasvari2008-03-111-9/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-10/+10
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* * remove flip_screen macro Couriersud2008-02-251-2/+2
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Removed videoram_r, colorram_r, spriteram_r, spriteram16_r and spriteram16_w ... Zsolt Vasvari2008-01-141-5/+0
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+324