summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-69/+117
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-3/+3
* Make submaps work with address-shifted spaces (nw) AJR2019-06-091-7/+40
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+6
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-6/+0
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-1/+1
* memory,devcb: Put capabilities at parity [O. Galibert] Olivier Galibert2018-08-101-18/+210
* I did say it would be dreafully stupid (nw) Olivier Galibert2018-08-031-11/+11
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-021-34/+315
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-21/+0
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-6/+3
* Remove some machine().device usage from the core (nw) AJR2018-05-201-5/+3
* Relax constraints on address mirroring/global mask combinations. Mirror bits ... AJR2018-04-111-0/+6
* Some corners of C/C++ are just a pain (nw) Olivier Galibert2018-03-141-1/+1
* addrmap: Fix subtle bug with nonsubtle effects, also ensure initialization (nw) Olivier Galibert2018-03-141-1/+2
* Rename some memory stuff (nw) Olivier Galibert2018-03-141-6/+23
* Generalized support for byte-smeared accesses (nw) (#3207) ajrhacker2018-02-151-2/+5
* emumem: Fix extra-large device map (nw) Olivier Galibert2018-02-121-6/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-187/+200
* address_map: Internal maps must now be constructed last to have priority (nw) AJR2018-02-011-6/+6
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-26/+26
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* remove debug code (nw) smf-2017-11-291-1/+0
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-13/+7
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-3/+5
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-3/+3
* Improve validation checking for address ranges (nw) AJR2017-06-221-11/+10
* Sorry test, it's not that I don't like you anymore, but there's this Olivier Galibert2017-06-211-4/+1
* NPOT subunit compromise (nw) AJR2017-04-281-7/+2
* Perform unitmask checking during validation in non-debug builds (nw) AJR2017-04-261-7/+31
* Memory unit masking and address mirroring fixes (nw) AJR2017-03-251-1/+25
* Adds a new addrmap.cpp validation intended to catch AM_REGION declarations no... Nathan Woods2017-03-091-0/+4
* Address map fixes (nw) AJR2016-12-251-3/+5
* srcclean (nw) Vas Crabb2016-11-271-3/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-25/+25
* addrmem: Obvious renames and helpers [O. Galibert] Olivier Galibert2016-11-101-4/+4
* addrmap: Dotify [O. Galibert] Olivier Galibert2016-11-101-33/+33
* addrmap: Change setters into passthroughs [O. Galibert] Olivier Galibert2016-11-091-15/+30
* addrmap: Simplify constructor, thanks Micko [O. Galibert] Olivier Galibert2016-11-091-18/+1
* addrmap: De-hand-templatize address_map_entry, remove then unneeded entry par... Olivier Galibert2016-11-091-101/+31
* addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-091-29/+36
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* Make address maps complain when entry bounds lie outside the global mask (nw) AJR2016-08-081-2/+13
* Validity checking for AM_MASK/AM_MIRROR/AM_SELECT, based on OG's recent restr... AJR2016-06-171-0/+22
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-0/+4
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Iterate over devices C++11 style AJR2016-04-181-4/+3