| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/tilemap.cpp : Simplify handlers |  cam900 | 2019-04-24 | 1 | -10/+10 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -0/+1 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+0 |
| * | Bac06 - remove camel case, remove mapping hack in favour of tilemap.h change NW |  bmcphail | 2019-02-26 | 1 | -0/+1 |
| * | ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... |  mooglyguy | 2018-08-23 | 1 | -4/+35 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -2/+2 |
| * | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -1/+1 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
| * | Fix tilemap device (nw) |  AJR | 2018-03-06 | 1 | -2/+2 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -17/+26 |
| * | memory: Deambiguate handlers, also a hint of things to come (nw) |  Olivier Galibert | 2018-01-19 | 1 | -6/+6 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -7/+1 |
| * | Merge pull request #2072 from startaq/tilemap_category |  R. Belmont | 2017-05-04 | 1 | -1/+1 |
| |\ |
|
| | * | UI: Add the ability to select different tilemap categories |  Dirk Best | 2017-02-18 | 1 | -1/+1 |
| * | | Move "optional" basemem and extmem arrays out of tilemap_t (nw) |  AJR | 2017-04-11 | 1 | -12/+14 |
| * | | New device interface for palettes |  AJR | 2017-04-06 | 1 | -3/+3 |
| |/ |
|
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 1 | -1/+1 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -142/+142 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -130/+130 |
| * | Fix various spelling fixes. |  Jordi Mallach | 2016-09-29 | 1 | -1/+1 |
| * | More consistent use of integer types in tilemap_t and other graphics-related ... |  AJR | 2016-09-03 | 1 | -18/+18 |
| * | More new features for UI graphics viewer |  AJR | 2016-09-02 | 1 | -2/+14 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -4/+4 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
| * | TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) |  Miodrag Milanovic | 2016-03-07 | 1 | -8/+8 |
| * | Pass and return palette devices by reference, not as pointers |  AJR | 2016-01-23 | 1 | -2/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -3/+3 |
| * | Replace dynamic_array with std::vector [O. Galibert] |  Olivier Galibert | 2015-04-14 | 1 | -7/+7 |
| * | Update tilemap header comments/example to match current interface |  Vas Crabb | 2014-11-15 | 1 | -57/+63 |
| * | tilemap.h: remove temporary assert (nw) |  Alex W. Jackson | 2014-11-10 | 1 | -1/+0 |
| * | tilemap.c: Respect gfx_element::colors() just like drawgfx.c does. Add tempor... |  Alex W. Jackson | 2014-11-07 | 1 | -1/+2 |
| * | emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho... |  Alex W. Jackson | 2014-06-22 | 1 | -0/+1 |
| * | namcona1.c: use set_palette_offset for tilemaps; use GFXDECODE_RAM; more clea... |  Alex W. Jackson | 2014-04-09 | 1 | -0/+1 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -1/+1 |
| * | device_gfx_interface [Alex Jackson] |  Alex W. Jackson | 2014-04-05 | 1 | -4/+4 |
| * | READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) |  Miodrag Milanovic | 2014-03-24 | 1 | -6/+6 |
| * | Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al... |  Alex W. Jackson | 2014-03-16 | 1 | -4/+4 |
| * | Checkpoint 2: |  Alex W. Jackson | 2014-03-15 | 1 | -4/+7 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -5/+4 |
| * | You now specify a gfxdecode device once when you create a tilemap, rather tha... |  Alex W. Jackson | 2014-03-10 | 1 | -13/+22 |
| * | tilemap.c: Remove some unused junk (nw) |  Alex W. Jackson | 2014-03-08 | 1 | -11/+2 |
| * | Huge update, palette is now device (nw) |  Miodrag Milanovic | 2014-02-27 | 1 | -3/+3 |
| * | Switched rgb_t to a class, replacing macros with methods. Mappings are |  Aaron Giles | 2014-02-19 | 1 | -5/+5 |
| * | Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... |  Miodrag Milanovic | 2014-02-16 | 1 | -5/+7 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+1 |
| * | Moved tilemap_memory into a generic memory_array class, since it is |  Aaron Giles | 2013-08-07 | 1 | -71/+5 |