summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/metro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Finally found the time to finish this....) Aaron Giles2011-05-301-5/+5
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-96/+96
* BIG update. Aaron Giles2011-03-291-40/+40
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-17/+17
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+4
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-17/+17
* Fix Mac build (no whatsnew) R. Belmont2010-03-241-2/+2
* not worth mention: metro.c: added a couple of items to driver data class and ... Fabio Priuli2010-03-211-47/+39
* Haze: readded tile flips, not worth mentioning Angelo Salese2010-03-201-13/+21
* Final step in refactoring the video system in metro.c driver, replaced the vi... Angelo Salese2010-03-201-308/+166
* First step in refactoring the video system in metro.c driver [David Haywood] Angelo Salese2010-03-191-180/+157
* amended a small detail from last commit (thanks Haze for pointing it out) Fabio Priuli2010-03-171-4/+4
* metro.c: added driver data class [Fabio Priuli] Fabio Priuli2010-03-171-292/+309
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-2/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-4/+4
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Updated dbz.c, lethal.c, metro.c, rungun.c, tail2nos.c, tmnt.c, ultraman.c, w... Fabio Priuli2009-12-211-38/+31
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-4/+4
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-5/+5
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* K053936 cleanup and some improvements for Racin' Force [David Haywood] R. Belmont2009-07-021-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-6/+4
* Bulk change alert. Aaron Giles2009-04-261-11/+11
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+0
* Added new function gfx_element_build_temporary() to safely build a temporary Aaron Giles2009-01-141-36/+6
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-0/+3
* Rewrote 8080/8085 interrupt handling so that it makes sense. Aaron Giles2008-12-221-0/+2
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-2/+2
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-0/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-14/+14
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-3/+3
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* 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/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-0/+2
* de-hack metro tilemaps... (lightly tested..) davidhay2008-04-281-25/+67
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* - Removes the public screen_state object -- all access is via functions Zsolt Vasvari2008-03-131-4/+4
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-8/+9
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-4/+4
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* * remove flip_screen macro Couriersud2008-02-251-1/+1