summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tmnt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-3/+3
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-205/+205
* BIG update. Aaron Giles2011-03-291-86/+86
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-9/+9
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-12/+12
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-40/+40
* tmnt lighter shadows according to pcb Michaƫl Banaan Ananas2010-05-301-0/+2
* Disabled unused variables and code based on cppcheck and VS2008 Code Analysis... Fabio Priuli2010-04-031-2/+0
* Cleanups and version bump. Aaron Giles2010-01-161-18/+18
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* misc Konami wip: Fabio Priuli2010-01-051-305/+327
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-1/+1
* Updated konamigx.c, tmnt.c and mystwarr.c to use eeprom device (and removed i... Fabio Priuli2009-12-231-22/+1
* Updated bishi.c and djmain.c to use Konami video devices Fabio Priuli2009-12-221-52/+0
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-135/+202
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-13/+13
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-3/+3
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-1/+1
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-4/+4
* K053936 cleanup and some improvements for Racin' Force [David Haywood] R. Belmont2009-07-021-3/+3
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-9/+9
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-8/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-2/+2
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-7/+7
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-10/+10
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-11-081-0/+1
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-3/+3
* Region classes go bye-bye. Aaron Giles2008-07-281-7/+7
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-27/+27
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-3/+9
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-5/+4
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-7/+7
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-10/+10
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-10/+10
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-5/+5
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-1/+1
* machine->pen lookup removal Zsolt Vasvari2008-02-241-3/+3
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-2/+2
* - 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-3/+3
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* Typo... of course, the one time I don't review the .diff before sending Zsolt Vasvari2008-01-121-2/+1