summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bwing.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-62/+62
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-33/+33
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-3/+4
* 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-11/+11
* 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
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-4/+6
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-29/+29
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Added driver data struct to bwing.c and slightly simplified the video code (b... Fabio Priuli2009-11-271-100/+145
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-2/+2
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-0/+1
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-18/+10
* 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-1/+1
* Replaced printf("%d", cpunum_get_active()) with printf("%s", space->cpu->tag)... Andrew Gardner2008-11-271-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Fixed several regressions due to the region changes. Aaron Giles2008-07-301-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+2
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* 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-3/+3
* 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-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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-01-241-1/+1
* (From AtariAce) Aaron Giles2008-01-111-2/+2
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+304