summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-130/+130
* Fix various spelling fixes. Jordi Mallach2016-09-291-1/+1
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-18/+18
* More new features for UI graphics viewer AJR2016-09-021-2/+14
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+4
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-8/+8
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-2/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-7/+7
* Update tilemap header comments/example to match current interface Vas Crabb2014-11-151-57/+63
* tilemap.h: remove temporary assert (nw) Alex W. Jackson2014-11-101-1/+0
* tilemap.c: Respect gfx_element::colors() just like drawgfx.c does. Add tempor... Alex W. Jackson2014-11-071-1/+2
* emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho... Alex W. Jackson2014-06-221-0/+1
* namcona1.c: use set_palette_offset for tilemaps; use GFXDECODE_RAM; more clea... Alex W. Jackson2014-04-091-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-4/+4
* READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) Miodrag Milanovic2014-03-241-6/+6
* Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al... Alex W. Jackson2014-03-161-4/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-4/+7
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-5/+4
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-13/+22
* tilemap.c: Remove some unused junk (nw) Alex W. Jackson2014-03-081-11/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-5/+5
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-5/+7
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-1/+1
* Moved tilemap_memory into a generic memory_array class, since it is Aaron Giles2013-08-071-71/+5
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-7/+8
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-52/+48
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-33/+221
* added some comments to tilemap.h (nw) Oliver Stöneberg2013-07-151-2/+2
* moved some legacy code from tilemap.h to tilelgcy.h (nw) Oliver Stöneberg2013-07-151-15/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-79/+79
* tilemap_create_device users modernized (no whatsnew) Miodrag Milanovic2012-09-071-11/+0
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-8/+8
* Converted Namco C40 road chip to a device. Updated users. Aaron Giles2012-09-051-0/+8
* Move the constants up where they should be. Aaron Giles2012-09-051-15/+14
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-16/+35
* WIP Namco System 2/21/etc cleanup/modernization. Aaron Giles2012-09-051-0/+3
* small typofix (hello GuyveR800 :P) Michaël Banaan Ananas2012-02-031-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-8/+8
* Remove support for 4bpp packed graphics. These only manifested Aaron Giles2012-01-171-6/+0
* Bulk converted most of the tilemap_* calls into method calls. Aaron Giles2012-01-171-177/+9
* Rewrote tilemap.c as a C++ class. For now kept the global Aaron Giles2012-01-161-187/+439
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-10/+16