summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-3/+3
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-17/+42
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Fix tilemap viewer. Tilemaps now use the bitmap's raw palette instead Aaron Giles2012-02-041-5/+6
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-17/+17
* Remove support for 4bpp packed graphics. These only manifested Aaron Giles2012-01-171-44/+7
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-1/+1
* Rewrote tilemap.c as a C++ class. For now kept the global Aaron Giles2012-01-161-1570/+963
* Misc regression fixes (thanks, Tafoid) Aaron Giles2012-01-151-2/+2
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-11/+3
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-252/+106
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-2/+2
* Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), Aaron Giles2012-01-021-23/+21
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-45/+45
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-33/+15
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-42/+38
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-1/+1
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-5/+3
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-13/+13
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-5/+10
* BIG update. Aaron Giles2011-03-291-68/+70
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-12/+12
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-8/+8
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* First step in refactoring the video system in metro.c driver [David Haywood] Angelo Salese2010-03-191-0/+10
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* 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