summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make submaps work with address-shifted spaces (nw) AJR2019-06-091-1/+1
* memory,devcb: Put capabilities at parity [O. Galibert] Olivier Galibert2018-08-101-1/+37
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-021-22/+72
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-32/+0
* lift some stuff needed by devcb3 out of address map entry (nw) Vas Crabb2018-06-131-59/+15
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-155/+148
* Next-gen config: make address map config not look like arse Vas Crabb2018-06-061-13/+9
* addrmap.h: reduce code duplication and add support for device finders in more... Vas Crabb2018-06-011-74/+47
* addrmap: Remove the now-unused macros [Vas Crabb, Robbbert] Olivier Galibert2018-04-211-162/+0
* Rename some memory stuff (nw) Olivier Galibert2018-03-141-46/+157
* Generalized support for byte-smeared accesses (nw) (#3207) ajrhacker2018-02-151-1/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-180/+209
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-5/+5
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-54/+119
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-4/+0
* Improved way to transform offsets for AM_DEVREAD/_DEVWRITE (nw) AJR2017-08-231-29/+50
* Add address-shifted versions of AM_DEVREAD/_DEVWRITE/_DEVREADWRITE (nw) (#2586) ajrhacker2017-08-221-0/+32
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* general cleanup: Vas Crabb2017-05-231-4/+0
* Perform unitmask checking during validation in non-debug builds (nw) AJR2017-04-261-1/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-28/+28
* addrmem: Obvious renames and helpers [O. Galibert] Olivier Galibert2016-11-101-43/+61
* addrmap: Dotify [O. Galibert] Olivier Galibert2016-11-101-79/+79
* addrmap: Stream it [O. Galibert] Olivier Galibert2016-11-101-67/+60
* addrmap: Change setters into passthroughs [O. Galibert] Olivier Galibert2016-11-091-27/+27
* addrmap: De-hand-templatize address_map_entry, remove then unneeded entry par... Olivier Galibert2016-11-091-118/+23
* addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-091-13/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-39/+39
* Fix GCC6 warnings Vas Crabb2016-06-161-2/+0
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-0/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-30/+30
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-11/+0
* reverting: Miodrag Milanovic2016-01-201-13/+14
* tags are now strings (nw) Miodrag Milanovic2016-01-161-14/+13
* Refactoring memory map validity checking AJR2015-12-191-0/+7
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again ... Oliver Stöneberg2015-02-051-6/+6
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-181-104/+101
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* removed lot of legacy code in memory system and removed corresponding macros ... Miodrag Milanovic2014-05-051-72/+1
* Removed some not used macros (nw) Miodrag Milanovic2014-04-281-4/+0
* removed some unused AM_*_LEGACY macros (nw) Oliver Stöneberg2014-04-211-8/+0
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-3/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* New AM_(DEV)SETOFFSET feature for address maps. Michael Zapf2013-09-211-0/+15
* removed unused AM_DEVWRITE8_LEGACY macro (nw) Oliver Stöneberg2013-09-121-2/+0
* removed unused macro AM_DEVREAD8_LEGACY (nw) Oliver Stöneberg2013-07-251-6/+0
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-1/+1
* removed unused AM_RAM_WRITE_LEGACY macro (nw) Oliver Stöneberg2013-07-121-4/+0