summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hyprduel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-5/+5
* 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
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-96/+96
* BIG update. Aaron Giles2011-03-291-54/+54
* 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-5/+5
* 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-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-23/+23
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-3/+6
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-23/+23
* Added save states and driver data struct to glass.c & homedata.c Fabio Priuli2009-12-081-189/+226
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-5/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-05-151-1/+1
* Bulk change alert. Aaron Giles2009-04-261-5/+5
* fix hyprduel to boot [Hau] Yasuhiro Ogawa2009-03-281-110/+130
* further fixes to nemesis.c [Hau] Yasuhiro Ogawa2009-03-271-12/+51
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+0
* Added new function gfx_element_build_temporary() to safely build a temporary Aaron Giles2009-01-141-36/+5
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+3
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-221-0/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-0/+2
* 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-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-2/+2
* 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-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-4/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-2/+4
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* * remove flip_screen macro Couriersud2008-02-251-1/+1
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* - 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/+680