summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-345/+177
* Relax constraints on address mirroring/global mask combinations. Mirror bits ... AJR2018-04-111-3/+1
* Fix fencepost in memory_manager::region_containing, which caused regions to b... smf-2018-04-071-1/+1
* Now that was a subtle one... (nw) Olivier Galibert2018-04-051-0/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* Set up heavily mirrored memory ranges with subunit masks (e.g. orunners) much... AJR2018-02-151-31/+61
* Generalized support for byte-smeared accesses (nw) (#3207) ajrhacker2018-02-151-140/+162
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-35/+84
* Head, meet desk (nw) Olivier Galibert2018-02-071-1/+1
* Renju fix, that one was a nightmare (nw) Olivier Galibert2018-02-071-7/+11
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-7/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-7/+7
* we're all friends (nw) smf-2017-12-151-51/+51
* Remove machine member of address_space (nw) AJR2017-12-141-36/+35
* another example of m_machine(machine()) (nw) smf-2017-12-141-3/+3
* replacing space.machine() with machine() has some interesting consequences (nw) smf-2017-12-141-6/+6
* space.machine -> machine (nw) Olivier Galibert2017-12-141-5/+5
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-18/+68
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-68/+18
* Watchpoint fixes (nw) Olivier Galibert2017-12-031-18/+68
* constexpr implies inline, generalise iabs, work around lack of C++14 constexp... Vas Crabb2017-12-011-1/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-161/+161
* fixes (nw) Olivier Galibert2017-11-301-1/+1
* fix for Visual Studio 2017 (nw) smf-2017-11-291-2/+2
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-331/+538
* forgot these (nw) Vas Crabb2017-07-131-1/+3
* kill a trampoline (nw) Vas Crabb2017-07-131-18/+0
* Make device_memory_interface own its address_spaces Vas Crabb2017-07-131-116/+98
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-13/+0
* Initialization ordering fixes (nw) Olivier Galibert2017-07-031-1/+13
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-7/+8
* Changed 'enum read_or_write' to be 'enum class' Nathan Woods2017-06-191-26/+26
* general cleanup: Vas Crabb2017-05-231-2/+2
* This is now totally fatal, so use a proper error message (nw) AJR2017-05-061-1/+2
* NPOT subunit compromise (nw) AJR2017-04-281-4/+8
* Finish removing direct_update from the core (nw) AJR2017-04-011-14/+3
* This is Sparta ! Olivier Galibert2017-04-011-29/+0
* Memory unit masking and address mirroring fixes (nw) AJR2017-03-251-7/+6
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-3/+2
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+3
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-3/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-441/+441
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-091-3/+3
* Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-7/+17
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-379/+379
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-301-1/+1