summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.c
Commit message (Expand)AuthorAgeFilesLines
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-11/+11
* emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho... Alex W. Jackson2014-06-221-0/+18
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-3/+3
* 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-10/+13
* Checkpoint 2: Alex W. Jackson2014-03-151-10/+11
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-22/+38
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-8/+21
* tilemap.c: Remove some unused junk (nw) Alex W. Jackson2014-03-081-3/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-10/+10
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-2/+2
* Make memarray word/dword/qword writers take a mem_mask, and update the tilema... Alex W. Jackson2014-02-221-6/+6
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-10/+10
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-3/+3
* Stop the flipping insanity [Alex Jackson] Alex W. Jackson2014-02-051-2/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Moved tilemap_memory into a generic memory_array class, since it is Aaron Giles2013-08-071-164/+0
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-22/+21
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-48/+48
* Memory system: added endianness to the memory_share class. Aaron Giles2013-07-201-66/+461
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* 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