summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Backs out BITMAP8 removal from most places. Zsolt Vasvari2008-02-241-60/+60
* Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit Zsolt Vasvari2008-02-241-60/+60
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-113/+10
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-4/+1
* Removed TILEMAP_TRANSPARENT_COLOR tilemap type. The tilemap type is no longe... Zsolt Vasvari2008-02-051-114/+11
* Cleanups/version bump.mame0122u8 Aaron Giles2008-02-031-1/+1
* From: Dirk Best Aaron Giles2008-01-291-8/+11
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* added tilemap_get_scrollx / tilemap_get_scrolly Nicola Salmoria2008-01-191-0/+28
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2402