summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/tilemap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-81/+0
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Merge pull request #2072 from startaq/tilemap_category R. Belmont2017-05-041-2/+6
|\
| * UI: Add the ability to select different tilemap categories Dirk Best2017-02-181-2/+6
* | Self-registering devices prep: Vas Crabb2017-02-271-1/+2
|/
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-105/+105
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-105/+105
* More consistent use of integer types in tilemap_t and other graphics-related ... AJR2016-09-031-20/+22
* More new features for UI graphics viewer AJR2016-09-021-0/+21
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-3/+3
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-13/+13
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Iterate over core classes C++11 style AJR2016-03-311-7/+7
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-25/+21
* ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... dankan18902016-02-271-1/+1
* Pass and return palette devices by reference, not as pointers AJR2016-01-231-1/+1
* reverting: Miodrag Milanovic2016-01-201-15/+15
* tags are now strings (nw) Miodrag Milanovic2016-01-161-15/+15
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-25/+25
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-3/+3
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1799