summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/snk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-211/+211
* BIG update. Aaron Giles2011-03-291-98/+98
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-5/+5
* Various snk drivers now use driver_data. [Atari Ace] Andrew Gardner2010-08-271-228/+323
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-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-3/+3
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-11/+12
* 02918: psychosj psychos: Title screen graphic glitch Nicola Salmoria2009-02-151-0/+18
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-4/+4
* Added new function gfx_element_build_temporary() to safely build a temporary Aaron Giles2009-01-141-3/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-26/+64
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-13/+13
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* fixed emulation of the "SNK Wave" custom sound used by Marvin's Maze and Vang... Nicola Salmoria2008-09-041-54/+194
* merged hal21.c into snk.c Nicola Salmoria2008-09-021-17/+22
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-7/+7
* merged jcross.c into snk.c Nicola Salmoria2008-08-271-8/+47
* merged sgladiat.c into snk.c Nicola Salmoria2008-08-271-15/+51
* Added new function tilemap_set_pen_data_offset(). Nicola Salmoria2008-08-261-41/+10
* moved ASO from hal21.c to snk.c Nicola Salmoria2008-08-261-3/+66
* snk.c rewrite (finished) Nicola Salmoria2008-08-261-195/+119
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-20/+11
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-106/+30
* snk.c rewrite (WIP) Nicola Salmoria2008-08-221-0/+12
* snk.c rewrite (WIP) Nicola Salmoria2008-08-211-68/+175
* snk.c rewrite (WIP) Nicola Salmoria2008-08-211-119/+154
* snk.c rewrite (WIP) Nicola Salmoria2008-08-201-224/+219
* implemented proper shadow handling. Some intial cleanup. Nicola Salmoria2008-08-131-36/+39
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-1/+1
* Various tweaks/fixes from MAMEPlus: Aaron Giles2008-04-111-2/+77
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-23/+23
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-10/+10
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-2/+2
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-3/+3
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-2/+2
* - Removed dirtybuffer from video/generic.c and all drivers still using it. G... Zsolt Vasvari2008-01-141-52/+30
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+631