summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvmemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* dvmemory: redo 47377bfe7a49cf301957cc90f6ac5f08a59c503c hap2026-05-031-9/+2
* emu/debug/dvmemory.cpp: Recomputing memory view based on evaluated start addr... holub2026-04-261-1/+8
* emu/debug: Use "classic" locale for debug console. Vas Crabb2026-01-271-7/+8
* lisa: Massive updates Olivier Galibert2026-01-071-55/+54
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-301-1/+0
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-4/+4
* mcs96: Translate first 256 bytes of main memory space to register space AJR2023-03-191-0/+2
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-2/+3
* dvmemory.cpp: Small refactoring; verify that data written to memory spaces re... AJR2022-05-221-10/+37
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-161-3/+17
* Debug memory view improvements AJR2021-10-271-33/+99
* dvmemory: remove outdated/unused FD1094_HACK hap2021-09-291-9/+0
* Move endianness type into lib/util header AJR2021-08-311-1/+1
* Fix exception in debug memory viewer selecting a floating point format when t... AJR2021-08-161-0/+2
* debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-1/+1
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-161-49/+55
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-16/+16
* emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-113/+117
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Allow saving members of structures in n-dimensional arrays, even if the membe... Vas Crabb2019-12-091-12/+18
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-181-45/+51
* misc cleanup: Vas Crabb2019-11-181-6/+7
* dvmemory: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-251-8/+8
* Make debug memory view show correct data when chunks are too small for a spac... AJR2019-07-291-1/+26
* Fix debugger memory view editing for address-shifted spaces AJR2018-09-241-2/+4
* Fix scrolling glitch in memory view when address expression is applied AJR2018-08-121-3/+3
* Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions AJR2018-08-121-1/+1
* prune upfront - makes the other stuff cheaper (nw) Vas Crabb2018-05-181-11/+5
* try this for size - emu.h no net change (nw) Vas Crabb2018-05-181-12/+9
* WARNING emu.h recompile! Curt Coder2018-05-181-8/+21
* Fix masking of offset expressions in debug view of address-shifted spaces (nw) AJR2018-03-121-8/+2
* Fix extent of debug view of address-shifted memory spaces AJR2018-03-111-2/+4
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-19/+38
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-38/+19
* Yes another memory window fix (nw) Olivier Galibert2017-12-071-1/+3
* Fix the memory windows (nw) Olivier Galibert2017-12-031-18/+35
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-2/+5
* This is too contentious, please put it up for review Vas Crabb2017-08-011-15/+9
* Changes to debugger memory address translation AJR2017-08-011-9/+15
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-1/+1
* Don't try to read past the end of a memory space in debug view AJR2017-06-221-3/+6
* general cleanup: Vas Crabb2017-05-231-2/+2
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-0/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-34/+34
* Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-8/+7