summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/exerion.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-43/+43
* 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-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* 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
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Added save states to equites.c, exedexes.c, exerion.c and exprraid.c Fabio Priuli2009-11-251-54/+51
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-7/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+3
* Another assertion fix. Aaron Giles2008-03-211-1/+3
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-5/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-4/+4
* Fixes sprite colors in Exerion. Thanks, LN Zsolt Vasvari2008-03-051-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* - Some more machine->pen lookup removal Zsolt Vasvari2008-02-211-1/+1
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-8/+7
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-44/+61
* - Removed VIDEO_START_CALL(generic) from all drivers not needing it, which we... Zsolt Vasvari2008-01-221-2/+0
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+408