summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/40love.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* 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-68/+68
* BIG update. Aaron Giles2011-03-291-41/+41
* 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-7/+7
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* From: Atari Ace <atari_ace@frontier.com> Aaron Giles2010-11-151-16/+16
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-15/+15
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-9/+9
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added shared driver data struct to 40love.c, bking.c, buggychl.c and msisaac.... Fabio Priuli2009-12-021-126/+125
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-13/+15
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* Bulk change alert. Aaron Giles2009-04-261-6/+4
* Added savestate support to the following devices: [MooglyGuy] Ryan Holtz2009-01-041-2/+24
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-1/+1
* fix for 01757: fieldday, undoukai: Graphics Corruption. Roberto Zandona2008-04-281-0/+2
* - More machine->screen removal Zsolt Vasvari2008-03-111-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-9/+9
* 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-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+350