summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gradius3.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-24/+24
* BIG update. Aaron Giles2011-03-291-14/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-5/+5
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Forgot to commit these: Fabio Priuli2010-01-061-45/+56
* updated gradius3.c, mainevt.c & gijoe.c to use Konami video devices Fabio Priuli2009-12-191-19/+20
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-1/+1
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-28/+4
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Konami compile fixups. R. Belmont2008-11-151-2/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* 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-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* Better fix for gradius3. Aaron Giles2008-04-261-5/+0
* fix gradius3 bug (mantis 01744) Roberto Zandona2008-04-261-0/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* (From AtariAce) Aaron Giles2008-01-111-32/+4
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+190