summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snk68.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-32/+32
* BIG update. Aaron Giles2011-03-291-29/+29
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-271-36/+57
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* 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
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+6
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-3/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Added new function tilemap_set_pen_data_offset(). Nicola Salmoria2008-08-261-7/+2
* changed partial refresh policy and updated comments Nicola Salmoria2008-07-171-44/+49
* Cleanups. Aaron Giles2008-07-171-13/+13
* 00871: pow: At 3/4 of the 1st level, there is a large pillar, which pops up t... Nicola Salmoria2008-07-161-188/+165
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* 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
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-12/+12
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* * remove flip_screen macro Couriersud2008-02-251-6/+6
* machine->pens lookup removal Zsolt Vasvari2008-02-221-2/+2
* 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
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+299