| Commit message (Expand) | Author | Age | Files | Lines |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -1/+1 |
* | Remove emualloc.* |  AJR | 2021-06-22 | 1 | -1/+0 |
* | Remove memarray.h from emu.h |  AJR | 2020-08-30 | 1 | -0/+1 |
* | tilemap: default flags parameter in draw function |  hap | 2020-06-29 | 1 | -4/+4 |
* | tilemap: that macro has contributed nothing but obfuscation since we moved to... |  Vas Crabb | 2020-03-11 | 1 | -6/+3 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -21/+34 |
* | (nw) misc cleanup: |  Vas Crabb | 2019-09-20 | 1 | -2/+2 |
* | Remove tilemap.h from emu.h (nw) |  AJR | 2019-08-21 | 1 | -4/+0 |
* | Revert "Allow 16bpp gfxdecode (#5167)" |  R. Belmont | 2019-07-19 | 1 | -4/+4 |
* | Allow 16bpp gfxdecode (#5167) |  cam900 | 2019-07-18 | 1 | -4/+4 |
* | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -62/+14 |
* | 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 |