summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic24.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed MT Bugs: Scott Stone2011-08-311-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-64/+13
* segas24: Start untangling the Vogon poetry Atari Ace left is his wake. Olivier Galibert2011-04-171-182/+178
* BIG update. Aaron Giles2011-03-291-23/+23
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* 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-3/+3
* > -----Original Message----- Aaron Giles2009-09-241-13/+3
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-6/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-3/+3
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Cleanups and version bump. Aaron Giles2009-03-051-7/+7
* Make the system24 linscroll screen-relative. [Olivier Galibert] Yasuhiro Ogawa2009-03-021-54/+41
* System 24 Linescroll update [Olivier Galibert] davidhay2009-03-011-1/+24
* Add one of the system24 special linescroll modes. Phil Bennett2009-02-281-51/+90
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-36/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-7/+7
* fix for "00989: qgh: If you do a metamorphose, the screen turns black without... davidhay2008-10-061-0/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-2/+1
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-6/+6
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-6/+6
* - 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
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-4/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-4/+4
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-4/+4
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* (From AtariAce) Aaron Giles2008-01-111-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+895