summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-21/+34
* (nw) misc cleanup: Vas Crabb2019-09-201-2/+2
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-4/+0
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-4/+4
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-4/+4
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-021-62/+14
* emu/tilemap.cpp : Simplify handlers cam9002019-04-241-10/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* Bac06 - remove camel case, remove mapping hack in favour of tilemap.h change NW bmcphail2019-02-261-0/+1
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-4/+35
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-2/+2
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Fix tilemap device (nw) AJR2018-03-061-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-17/+26
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-6/+6
* general cleanup: Vas Crabb2017-05-231-7/+1
* Merge pull request #2072 from startaq/tilemap_category R. Belmont2017-05-041-1/+1
|\
| * UI: Add the ability to select different tilemap categories Dirk Best2017-02-181-1/+1
* | Move "optional" basemem and extmem arrays out of tilemap_t (nw) AJR2017-04-111-12/+14
* | New device interface for palettes AJR2017-04-061-3/+3
|/
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-142/+142
* 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