summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wecleman.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-123/+123
* BIG update. Aaron Giles2011-03-291-56/+56
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-1/+1
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* Eliminated global/static variables in a number of Konami/Sega drivers Aaron Giles2011-02-121-145/+141
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-3/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* 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-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-4/+4
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-17/+13
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* 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-06-251-7/+6
* Bulk change alert. Aaron Giles2009-04-261-15/+4
* 02996 hotchase: [debug] Access Violation [Phil Bennett] Phil Bennett2009-03-031-3/+9
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-7/+11
* 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-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-2/+2
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-4/+3
* 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
* Removed most uses of BITMAP_FORMAT_RGB15. Just a few sega systems Aaron Giles2008-03-241-55/+83
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-2/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-10/+10
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-5/+5
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-4/+4
* 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
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-3/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1132