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
/
debugcpu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
disable: reverse polarity (nw)
Olivier Galibert
2017-03-26
1
-10
/
+10
*
Fixed writes to decrypted opcode memory [v3] (#2190)
PugsyMAME
2017-03-26
1
-3
/
+48
*
srcclean (nw)
Vas Crabb
2017-03-26
1
-1
/
+1
*
Revert "Fixed writes to decrypted opcode memory" (#2185)
Olivier Galibert
2017-03-24
1
-41
/
+10
*
Fixed writes to decrypted opcode memory
PugsyMAME
2017-03-24
1
-10
/
+41
*
debugger: print octal addresses in the trace if CPU is octal.
Sergey Svishchev
2017-03-16
1
-1
/
+8
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-87
/
+35
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-4
/
+10
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-1
/
+1
*
Merge pull request #1987 from npwoods/tracesym_debugger_command
R. Belmont
2017-01-17
1
-2
/
+2
|
\
|
*
Created a new debugger command 'tracesym'
Nathan Woods
2017-01-15
1
-2
/
+2
*
|
Added a facility to allow logerror output to reside in traces
Nathan Woods
2017-01-16
1
-3
/
+19
|
/
*
XML refactoring:
Vas Crabb
2016-12-11
1
-12
/
+12
*
dimemory: Remove the magic bypass [O. Galibert]
Olivier Galibert
2016-12-10
1
-43
/
+0
*
sharc: Use standard memory maps [O. Galibert]
Olivier Galibert
2016-12-09
1
-0
/
+4
*
One more command that lacked an 'o' version (nw)
AJR
2016-12-02
1
-0
/
+2
*
Merge pull request #1317 from npwoods/disasm_stdstring
Vas Crabb
2016-11-21
1
-6
/
+4
|
\
|
*
Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...'
Nathan Woods
2016-11-20
1
-2
/
+4
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-6
/
+2
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-2
/
+24
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-24
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-103
/
+104
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-30
/
+30
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-95
/
+95
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-3
/
+3
*
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
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-3
/
+3
*
fix disassembly if 6809 is interrupted mid-instruction [smf]
Vas Crabb
2016-09-27
1
-1
/
+1
*
Fix -debug -cheat crash, nw
therealmogminer@gmail.com
2016-08-27
1
-9
/
+9
*
debugcpu: prevent nullptr exceptions when devices named in expressions lack m...
AJR
2016-07-25
1
-22
/
+48
*
Make loop collation optional for debugger trace and traceover commands
therealmogminer@gmail.com
2016-07-14
1
-25
/
+29
*
Don't need debugcpu to translate (nw)
AJR
2016-07-03
1
-37
/
+33
*
Consolidate disassemble functions (nw)
AJR
2016-07-03
1
-35
/
+9
*
simplified memory management for save states and states (nw)
Miodrag Milanovic
2016-07-01
1
-3
/
+3
*
Merge pull request #994 from ajrhacker/dasm_override
Miodrag Milanović
2016-07-01
1
-10
/
+5
|
\
|
*
Move disasm overrides into interface, reducing driver-debugger dependencies (nw)
AJR
2016-06-24
1
-10
/
+5
*
|
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-31
/
+31
|
/
*
Eliminate some unnecessary pass-through methods from debugcpu (nw)
AJR
2016-06-22
1
-9
/
+7
*
small debugger cleanup (nw)
Miodrag Milanovic
2016-06-17
1
-14
/
+2
*
Fixed debugger regression (nw)
Miodrag Milanovic
2016-06-17
1
-0
/
+1
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-644
/
+575
*
Added comlist comment to debugger [Angelo Salese]
angelosa
2016-06-04
1
-8
/
+16
*
MT6225 MT6226 MT6227 debugger may crash when validating expression with non-e...
Vas Crabb
2016-05-30
1
-52
/
+52
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-2
/
+1
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-12
/
+9
[prev]
[next]