summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dec0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-36/+36
* BIG update. Aaron Giles2011-03-291-75/+75
* started moving common deco MXC06 sprite controller code to it's own device fi... Angelo Salese2011-03-281-129/+21
* some work on the 3 games in dec8.c which use the bac06 tilemaps[David Haywood] Angelo Salese2011-03-271-33/+33
* Converted DECO BAC06 tilemap (used by dec0.c) to be a device, reducing code d... Angelo Salese2011-03-271-398/+41
* Move non-buffered spriteram drivers away from using the generic Aaron Giles2011-03-101-6/+7
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-7/+7
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-100/+115
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-4/+4
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-7/+7
* Fixed possible NULL pointer dereference in video/dec0.c [Oliver Stoneberg] Phil Bennett2009-11-191-2/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-56/+57
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-9/+9
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-5/+4
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-2/+2
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-16/+16
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-6/+6
* * remove flip_screen macro Couriersud2008-02-251-3/+3
* machine->pens lookup removal Zsolt Vasvari2008-02-221-51/+48
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-9/+9
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* Added comment based on Zsolt's work on Stadium Hero Bryan McPhail2008-01-201-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+720