summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-7/+7
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-4/+4
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* BIG update. Aaron Giles2011-03-291-14/+14
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* First step in refactoring the video system in metro.c driver [David Haywood] Angelo Salese2010-03-191-0/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly Aaron Giles2009-12-281-31/+31
* Added SET_TILE_INFO_DEVICE to tilemap.h (it should be correct) Fabio Priuli2009-12-141-1/+2
* Added TILE_GET_INFO_DEVICE macro to tilemap.c Fabio Priuli2009-12-131-0/+1
* Added tilemap_create_device() function which lets you create a tilemap Aaron Giles2009-12-101-0/+4
* > From: atari_ace@verizon.net Aaron Giles2009-08-131-9/+11
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-08-021-8/+0
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-15/+10