summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvdisasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-1/+1
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-5/+5
* Fixed bug debugging drivers with es5510 core, possibly some others that do no... Miodrag Milanovic2016-01-251-1/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to 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
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+692