index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
debug
/
dvdisasm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcclean and manual cleanups (nw)
Vas Crabb
2017-12-24
1
-3
/
+3
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-3
/
+5
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-5
/
+3
*
Nicer autoscrolling (nw)
Olivier Galibert
2017-12-04
1
-3
/
+5
*
Reset m_dasm on source switch (nw)
Olivier Galibert
2017-11-30
1
-0
/
+10
*
Pet peeving with extreme prejudice (nw)
Olivier Galibert
2017-11-30
1
-1
/
+1
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-328
/
+186
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-10
/
+7
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-7
/
+10
*
never hurts to srcclean (nw)
Vas Crabb
2017-07-09
1
-1
/
+1
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-1
/
+1
*
dvdisasm: Simplify by decoupling information creation and display rendering [...
Olivier Galibert
2017-06-25
1
-96
/
+92
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-1
/
+1
*
Add missing disable_side_effect in find_pc_backwards (nw)
Olivier Galibert
2017-03-20
1
-0
/
+1
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-0
/
+2
*
Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...'
Nathan Woods
2016-11-20
1
-4
/
+8
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-3
/
+3
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-18
/
+18
*
Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ...
Miodrag Milanovic
2016-11-12
1
-1
/
+1
*
Added IS_ENABLED, so we have compiler check for non used part, it is checked ...
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-18
/
+18
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-1
/
+1
*
fix disassembly if 6809 is interrupted mid-instruction [smf]
Vas Crabb
2016-09-28
1
-1
/
+1
*
Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]"
Lord-Nightmare
2016-09-27
1
-1
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-1
/
+1
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-1
/
+1
*
fix disassembly if 6809 is interrupted mid-instruction [smf]
Vas Crabb
2016-09-27
1
-1
/
+1
*
Don't need debugcpu to translate (nw)
AJR
2016-07-03
1
-2
/
+2
*
Consolidate disassemble functions (nw)
AJR
2016-07-03
1
-2
/
+2
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-9
/
+9
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-13
/
+12
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-5
/
+4
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-2
/
+2
*
Clear error status on persistent streams
Vas Crabb
2016-03-17
1
-0
/
+2
*
More stream enhancement
Vas Crabb
2016-03-03
1
-4
/
+1
*
Use stream with contiguous backing store for the disasmview's buffer
Vas Crabb
2016-03-03
1
-26
/
+36
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-1
/
+1
*
Make octal flag part of address_space/address_space_config, not (illogically)...
AJR
2016-02-04
1
-5
/
+5
*
Fixed bug debugging drivers with es5510 core, possibly some others that do no...
Miodrag Milanovic
2016-01-25
1
-1
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-6
/
+6
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+692