summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/addrmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emumem: First try at wait states Olivier Galibert2023-02-221-0/+3
* Fun with flags: Allows handlers to have user-defined flags set on Olivier Galibert2021-11-281-2/+4
* Initialize m_config in all situations. Aaron Giles2021-06-261-0/+2
* Eliminate many unnecessary c_str calls AJR2020-12-211-3/+3
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Work around GNU libstdc++ wanting to stack large temporaries when vector elem... Vas Crabb2020-11-231-4/+4
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-39/+38
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-4/+19
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Enforce that width and endianness of directly-mapped ROM regions should match... AJR2019-12-111-0/+33
* 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