summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m52.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-42/+42
* BIG update. Aaron Giles2011-03-291-46/+46
* 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-5/+5
* From: Atari Ace <atari_ace@frontier.com> Aaron Giles2010-11-151-13/+13
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-12/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-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-59/+65
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-10/+7
* 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-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* 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-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-2/+3
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-5/+5
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-1/+1
* * remove flip_screen macro Couriersud2008-02-251-8/+8
* machine->pens lookup removal Zsolt Vasvari2008-02-221-1/+1
* Restores previous position of the background gfx. Zsolt Vasvari2008-02-181-0/+3
* Fixed a small difference I introduced in revision 695. Sorry about that ... stephh2008-02-171-1/+1
* Fixed Dip Switches (especially coinage) and inputs for 'mpatrol' and 'troangl... stephh2008-02-171-4/+14
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-1/+1
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-2/+2
* A little more cleaning in the irem games. Aaron Giles2008-02-011-17/+21
* Updated mpatrol to use resnet for colors. Aaron Giles2008-02-011-92/+91
* mpatrol -> m52 Aaron Giles2008-01-281-0/+411