summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m62.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (prevent being able to divide by 0) Michaël Banaan Ananas2011-07-261-1/+1
* kungfum.c: amplified default contrast, this fixes washed out colors [hap] Michaël Banaan Ananas2011-07-261-6/+26
* doh, use correct resnet on battroad. NW Michaël Banaan Ananas2011-07-241-1/+1
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-162/+162
* BIG update. Aaron Giles2011-03-291-84/+84
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-12/+12
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-8/+8
* From: Atari Ace <atari_ace@frontier.com> Aaron Giles2010-11-151-57/+57
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-56/+56
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-18/+18
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-1/+1
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-1/+1
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* Added save state support and driver data struct to m10.c, m14.c, m52.c, m57.c... Fabio Priuli2009-11-181-300/+300
* > 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-10/+10
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-21/+21
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-3/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-1/+1
* 01741: ldrun4: Sprites are misplaced two pixels to the right. Nicola Salmoria2008-05-251-1/+1
* 01670: kungfum, kungfud, spartanx, kungfub, kungfub2: Main character sprite n... Nicola Salmoria2008-04-221-74/+112
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* 01468: ldrun2: Priority problem at titlescreen Nicola Salmoria2008-04-011-26/+29
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-12/+12
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-3/+3
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-15/+15
* Turns out not all Irem sound boards are identical. Aaron Giles2008-01-281-0/+1
* m62.c: Couriersud2008-01-271-6/+40
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+893