summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gticlub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From: naibo zhang [mailto:naibo_zhang@hotmail.com] Aaron Giles2009-03-091-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+0
* zr107 crash fixes. Aaron Giles2009-01-021-3/+4
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+4
* Hi mamedev, Aaron Giles2008-12-161-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-081-21/+7
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* Konami compile fixups. R. Belmont2008-11-151-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-23/+23
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-9/+9
* Major cpuintrf changes: Aaron Giles2008-11-101-19/+19
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-14/+45
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-6/+7
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-121-9/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-6/+6
* 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
* Got most of the Konami PPC games running again. R. Belmont2008-03-221-16/+14
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-2/+5
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-19/+20
* - More machine->screen removal Zsolt Vasvari2008-03-111-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-7/+7
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-7/+7
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1033