summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cloak.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-8/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-32/+32
* BIG update. Aaron Giles2011-03-291-22/+22
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-6/+6
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* From: Atari Ace [atari_ace@frontier.com] Aaron Giles2011-01-271-50/+55
* Removed generic.videoram and generic.videoram_size. These generics Aaron Giles2010-09-081-2/+6
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* 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-1/+1
* 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
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* 02847: all cloak.c and midzeus.c sets: Access Violation Phil Bennett2009-01-191-2/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Fix MT 01702: 'cloak + clones: Can't pick up items' Phil Bennett2008-10-211-1/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-1/+6
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* * remove flip_screen macro Couriersud2008-02-251-1/+1
* Cloak & Dagger video code cleanup: Zsolt Vasvari2008-02-221-105/+105
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-6/+6
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - 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
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+231