summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emumem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-277/+161
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+3
* Eliminate the default address map member of address_space_config (nw) AJR2019-02-171-3/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+0
* emumem: remove m_baseptr, may fix the save state issues [O. Galibert] Olivier Galibert2018-12-201-2/+1
* emumem: Fix ioports/membanks in internal maps [O. Galibert] Olivier Galibert2018-08-261-6/+6
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-2/+8
* memory,devcb: Put capabilities at parity [O. Galibert] Olivier Galibert2018-08-101-0/+190
* memory: Allow simplified versions of handlers [O. Galibert] Olivier Galibert2018-08-021-122/+367
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* if this doesn't work around GCC 8, file a bug with GNU (nw) Vas Crabb2018-07-081-1/+1
* Fixes for building with Microsoft Visual Studio 2015. (nw) smf-2018-07-071-7/+4
* Brown paper bag time (nw) Olivier Galibert2018-06-301-1/+1
* A better way to make friends (nw) AJR2018-06-291-2/+2
* Fix msvc (?) problem (nw) Olivier Galibert2018-06-291-0/+2
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-176/+428
* lift some stuff needed by devcb3 out of address map entry (nw) Vas Crabb2018-06-131-0/+125
* Fix NATIVE_MASK, should unbreak all non-zero-address-shift CPUs (nw) Olivier Galibert2018-05-131-3/+3
* (nw) Fixed spelling mistakes Robbbert2018-05-141-3/+3
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-105/+342
* Generalized support for byte-smeared accesses (nw) (#3207) ajrhacker2018-02-151-30/+30
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-16/+9
* we're all friends (nw) smf-2017-12-151-1/+2
* Remove machine member of address_space (nw) AJR2017-12-141-4/+2
* another example of m_machine(machine()) (nw) smf-2017-12-141-1/+1
* replacing space.machine() with machine() has some interesting consequences (nw) smf-2017-12-141-1/+1
* 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-68/+42
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-105/+165
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+2
* kill a trampoline (nw) Vas Crabb2017-07-131-3/+0
* Make device_memory_interface own its address_spaces Vas Crabb2017-07-131-3/+0
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+0
* Initialization ordering fixes (nw) Olivier Galibert2017-07-031-0/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-20/+9
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Changed 'enum read_or_write' to be 'enum class' Nathan Woods2017-06-191-14/+14
* general cleanup: Vas Crabb2017-05-231-16/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Finish removing direct_update from the core (nw) AJR2017-04-011-8/+1
* This is Sparta ! Olivier Galibert2017-04-011-13/+0
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-30/+0
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-0/+30
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-30/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-178/+178
* addrmap: Remove device parameter [O. Galibert] Olivier Galibert2016-11-091-3/+3
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-156/+156