summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/realbrk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-10/+10
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-73/+73
* BIG update. Aaron Giles2011-03-291-44/+44
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-78/+84
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-6/+6
* 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/+8
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-0/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-9/+6
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-8/+8
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-5/+5
* 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-6/+6
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-8/+7
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-4/+4
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-20/+5
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-3/+3
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* * remove flip_screen macro Couriersud2008-02-251-4/+4
* machine->pens lookup removal Zsolt Vasvari2008-02-221-4/+4
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-4/+4
* - 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/+638