summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-18/+18
* Corrected a couple of typos in tilemap.c (not whatsnew worthy) Phil Bennett2009-12-311-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-67/+67
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Fix crash in tilemap viewer when driver has no tilemaps (no whatsnew) Phil Bennett2009-12-191-0/+3
* Fixed NULL pointer dereference in tilemap_set_flip_all() when game has no til... Phil Bennett2009-12-191-0/+4
* Fix crash on exit for systems with no tilemaps. Aaron Giles2009-12-151-7/+7
* Fix tilemaps so they can be initialized at device start time. Aaron Giles2009-12-141-5/+10
* Added tilemap_create_device() function which lets you create a tilemap Aaron Giles2009-12-101-2/+27
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-8/+8
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-50/+57
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-3/+3
* Bulk change alert. Aaron Giles2009-04-261-12/+8
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-18/+18
* From: Christophe Jaillet [christophe.jaillet@wanadoo.fr] Aaron Giles2009-02-261-2/+0
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-3/+3
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-61/+90
* Minor tweaks to please valgrind. Aaron Giles2009-01-021-2/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-55/+59
* Hi mamedev, Aaron Giles2008-12-081-13/+14
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-12/+12
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-12/+12
* added pen_mask tile attribute to the tilemap system. Nicola Salmoria2008-09-271-6/+10
* Added new function tilemap_set_pen_data_offset(). Nicola Salmoria2008-08-261-1/+18
* optimised tilemap_draw rowscroll case to avoid overhead when used with clip r... Nicola Salmoria2008-06-051-13/+16
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-3/+3
* 00761: finalapr: Heavy performance hit. Couriersud2008-04-041-5/+1
* fix tilemap viewer to draw the whole tilemap when categories are used Nicola Salmoria2008-04-011-1/+8
* From: Mariusz Wojcieszek Aaron Giles2008-03-131-0/+3
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-2/+2
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-7/+7
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-18/+18
* - 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