summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/nycaptor.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-84/+84
* BIG update. Aaron Giles2011-03-291-50/+50
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-1/+1
* From: Atari Ace Aaron Giles2011-02-031-11/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-16/+16
* Cleanups and version bump. Aaron Giles2010-03-041-2/+2
* Added driver_data struct and save states to the following drivers: news.c, ni... Fabio Priuli2010-02-241-167/+203
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixed build (was this introduced by srcclean? if so, there must be some unhan... Fabio Priuli2009-12-281-2/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-9/+9
* Results of running the latest srcclean. Aaron Giles2009-12-281-20/+20
* 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-9/+9
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-2/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-21/+21
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* - Removed VIDEO_START_CALL(generic) from all drivers not needing it, which we... Zsolt Vasvari2008-01-221-1/+0
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-1/+1
* First SVN commit ... stephh2008-01-161-5/+7
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-1/+1
* Changes for MAME 0.121u1.mame0121u1 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+309