| Commit message (Expand) | Author | Age | Files | Lines |
| * | addrmap: Allow creators in the memory map |  Olivier Galibert | 2021-02-24 | 1 | -0/+21 |
| * | Implement views, which are essentially bankdevs integrated into the |  Olivier Galibert | 2020-11-22 | 1 | -1/+9 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -5/+7 |
| * | addrmap: remove unsupported setter, emumem enforces unmapval 0 or ~0 |  hap | 2020-08-01 | 1 | -1/+0 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -54/+42 |
| * | addrmap.h: Replace assert with emu_fatalerror using helper function (nw) |  AJR | 2019-10-05 | 1 | -50/+35 |
| * | addrmap.h: Assert in case subdevice fails to find things (nw) |  AJR | 2019-10-04 | 1 | -8/+50 |
| * | Make submaps work with address-shifted spaces (nw) |  AJR | 2019-06-09 | 1 | -1/+1 |
| * | memory,devcb: Put capabilities at parity [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -1/+37 |
| * | memory: Allow simplified versions of handlers [O. Galibert] |  Olivier Galibert | 2018-08-02 | 1 | -22/+72 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -32/+0 |
| * | lift some stuff needed by devcb3 out of address map entry (nw) |  Vas Crabb | 2018-06-13 | 1 | -59/+15 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -155/+148 |
| * | Next-gen config: make address map config not look like arse |  Vas Crabb | 2018-06-06 | 1 | -13/+9 |
| * | addrmap.h: reduce code duplication and add support for device finders in more... |  Vas Crabb | 2018-06-01 | 1 | -74/+47 |
| * | addrmap: Remove the now-unused macros [Vas Crabb, Robbbert] |  Olivier Galibert | 2018-04-21 | 1 | -162/+0 |
| * | Rename some memory stuff (nw) |  Olivier Galibert | 2018-03-14 | 1 | -46/+157 |
| * | Generalized support for byte-smeared accesses (nw) (#3207) |  ajrhacker | 2018-02-15 | 1 | -1/+5 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -180/+209 |
| * | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-01-28 | 1 | -5/+5 |
| * | memory: Deambiguate handlers, also a hint of things to come (nw) |  Olivier Galibert | 2018-01-19 | 1 | -54/+119 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -4/+0 |
| * | Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) |  AJR | 2017-08-23 | 1 | -29/+50 |
| * | Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) |  ajrhacker | 2017-08-22 | 1 | -0/+32 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -4/+4 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -4/+0 |
| * | Perform unitmask checking during validation in non-debug builds (nw) |  AJR | 2017-04-26 | 1 | -1/+3 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -28/+28 |
| * | addrmem: Obvious renames and helpers [O. Galibert] |  Olivier Galibert | 2016-11-10 | 1 | -43/+61 |
| * | addrmap: Dotify [O. Galibert] |  Olivier Galibert | 2016-11-10 | 1 | -79/+79 |
| * | addrmap: Stream it [O. Galibert] |  Olivier Galibert | 2016-11-10 | 1 | -67/+60 |
| * | addrmap: Change setters into passthroughs [O. Galibert] |  Olivier Galibert | 2016-11-09 | 1 | -27/+27 |
| * | addrmap: De-hand-templatize address_map_entry, remove then unneeded entry par... |  Olivier Galibert | 2016-11-09 | 1 | -118/+23 |
| * | addrmap: Remove device parameter [O. Galibert] |  Olivier Galibert | 2016-11-09 | 1 | -13/+14 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -39/+39 |
| * | Fix GCC6 warnings |  Vas Crabb | 2016-06-16 | 1 | -2/+0 |
| * | Memory fun [O.Galibert] |  Olivier Galibert | 2016-06-14 | 1 | -0/+4 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -30/+30 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -3/+3 |
| * | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 1 | -11/+0 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -13/+14 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -14/+13 |
| * | Refactoring memory map validity checking |  AJR | 2015-12-19 | 1 | -0/+7 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -2/+2 |
| * | fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again ... |  Oliver Stöneberg | 2015-02-05 | 1 | -6/+6 |
| * | Memory system and Namco improvements: [Alex Jackson] |  Alex W. Jackson | 2014-09-18 | 1 | -104/+101 |
| * | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
| * | removed lot of legacy code in memory system and removed corresponding macros ... |  Miodrag Milanovic | 2014-05-05 | 1 | -72/+1 |
| * | Removed some not used macros (nw) |  Miodrag Milanovic | 2014-04-28 | 1 | -4/+0 |
| * | removed some unused AM_*_LEGACY macros (nw) |  Oliver Stöneberg | 2014-04-21 | 1 | -8/+0 |