summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cave.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-13/+13
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-9/+1
* Fix for MT #4326 (AWJ) Angelo Salese2011-04-281-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] Angelo Salese2011-04-051-186/+104
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-320/+320
* BIG update. Aaron Giles2011-03-291-107/+107
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-16/+15
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-17/+17
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* From: Alex Jackson <awj_in_japan@hotmail.com> Aaron Giles2011-02-031-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-4/+4
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-43/+43
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-14/+14
* New games added or promoted from NOT_WORKING status Luca Elia2010-03-211-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-86/+86
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Added driver data struct to cave.c Fabio Priuli2010-01-011-653/+799
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-16/+36
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-7/+7
* 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-8/+8
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-12/+12
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-2/+2
* Bulk change alert. Aaron Giles2009-04-261-4/+3
* 03093: mazinger: the boss of 4th level is black Roberto Zandona2009-04-061-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-5/+5
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+4
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-8/+4
* improved sprite rendering on gaia crusaders (animate at 60fps now, not 30) davidhay2008-07-061-4/+23
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-4/+4
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-2/+2
* Cleanups and version bump.mame0123u6 Aaron Giles2008-03-191-3/+3
* 01440: mazingar, agallet: Terrible slow down in some scenes. Aaron Giles2008-03-181-30/+36
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-7/+7
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-6/+8
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-6/+6
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* - Pen lookup removal Zsolt Vasvari2008-02-211-19/+22
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-2/+2
* Color table removal Zsolt Vasvari2008-02-181-46/+78