summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvdisasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger-related feature removals and cleanup AJR2021-08-151-3/+7
* Fix minor positioning glitches in disassembly view related to changing sources AJR2021-05-091-3/+5
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-151-3/+0
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-7/+1
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-1/+5
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-181-7/+10
* misc cleanup: Vas Crabb2019-11-181-6/+7
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-2/+2
* dvdisasm.cpp: move to the position of the cursor only if the cursor is actual... yz70s2019-08-091-1/+1
* Mask address expressions in debug disasm view AJR2018-07-261-1/+2
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-5/+5
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-3/+3
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+5
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-5/+3
* Nicer autoscrolling (nw) Olivier Galibert2017-12-041-3/+5
* Reset m_dasm on source switch (nw) Olivier Galibert2017-11-301-0/+10
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-328/+186
* This is too contentious, please put it up for review Vas Crabb2017-08-011-10/+7
* Changes to debugger memory address translation AJR2017-08-011-7/+10
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* dvdisasm: Simplify by decoupling information creation and display rendering [... Olivier Galibert2017-06-251-96/+92
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-1/+1
* Add missing disable_side_effect in find_pc_backwards (nw) Olivier Galibert2017-03-201-0/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-0/+2
* Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...' Nathan Woods2016-11-201-4/+8
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-3/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-18/+18
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-281-1/+1
* Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" Lord-Nightmare2016-09-271-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-271-1/+1
* Don't need debugcpu to translate (nw) AJR2016-07-031-2/+2
* Consolidate disassemble functions (nw) AJR2016-07-031-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-9/+9
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-13/+12
* Iterate over devices C++11 style AJR2016-04-181-5/+4
* Iterate over core classes C++11 style AJR2016-03-311-2/+2
* Clear error status on persistent streams Vas Crabb2016-03-171-0/+2
* More stream enhancement Vas Crabb2016-03-031-4/+1
* Use stream with contiguous backing store for the disasmview's buffer Vas Crabb2016-03-031-26/+36