summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taito_f2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-268/+268
* BIG update. Aaron Giles2011-03-291-66/+66
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-13/+13
* big_sprite zoom changes, no whatsnew.. Michaël Banaan Ananas2011-02-221-12/+13
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-13/+13
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-28/+28
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Cleanups and version bump. Aaron Giles2010-01-161-8/+8
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Misc Taito wip: Fabio Priuli2010-01-071-424/+417
* Rename taiicdev.* -> taitoic.* Aaron Giles2009-12-301-1/+1
* Converted taito_f2.c to use video devices Fabio Priuli2009-12-291-230/+197
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-33/+37
* > -----Original Message----- Aaron Giles2009-10-031-9/+0
* reverted driftout workaround, see latest comments here for reason: http://www... Michaël Banaan Ananas2009-09-121-24/+0
* Cleanups and version bump.mame0133u4 Aaron Giles2009-08-291-2/+2
* workaround for driftout http://www.mametesters.org/view.php?id=3356 Michaël Banaan Ananas2009-08-211-5/+30
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-20/+20
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-10/+7
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Renamed some sets to keep common parent root name. Aaron Giles2009-04-151-1/+1
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-091-12/+12
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-11/+11
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-16/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-121-2/+0
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-1/+1
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-32/+32
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-3/+3
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-1/+1
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-1/+1
* machine->pen lookup removal Zsolt Vasvari2008-02-241-8/+8
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-211-7/+6
* Changed the use of machine->remapped_colortable to machine->pens where the dr... Zsolt Vasvari2008-02-051-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Changes for MAME 0.122. Aaron Giles2007-12-181-1/+6
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1442