summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcos2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1/+1
* BIG update. Aaron Giles2011-03-291-30/+30
* Continued eliminating global/static variables by moving them to Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Ok, last major rename for this round: Aaron Giles2011-01-011-5/+5
* Cleanups and version bump.mame0138u1 Aaron Giles2010-05-271-26/+26
* namcos2: Optimized pixmap rotation, improving performance of Assault and othe... Michaƫl Banaan Ananas2010-05-191-42/+149
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-2/+2
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-1/+1
* Cleanups and version bump. Aaron Giles2009-08-021-15/+15
* From: hoge hoge Aaron Giles2009-08-021-24/+46
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-10/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-8/+8
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-5/+5
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-5/+5
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-7/+7
* Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER Aaron Giles2008-06-261-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-5/+5
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-14/+14
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-6/+4
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-12/+12
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-1/+1
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - 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/+496