summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvmemory.cpp
Commit message (Expand)AuthorAgeFilesLines
* g update: Aaron Giles2021-04-151-3/+2
* 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
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-30/+30
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-7/+7
* tagged_list to unordered_map in emumem (nw) Miodrag Milanovic2016-06-181-3/+3
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-8/+9
* Iterate over devices C++11 style AJR2016-04-181-6/+5
* Iterate over core classes C++11 style AJR2016-03-311-3/+3
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-5/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "Memory region to use std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Memory region to use std::string (nw) Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1