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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
5
-97
/
+517
*
Changes to debugger memory address translation
AJR
2017-08-01
5
-517
/
+97
*
In the windows debugger log window add a Log/Clear menu to remove all logged ...
yz70s
2017-07-30
2
-0
/
+17
*
stop hotspot from crashing when you start running. (nw)
smf-
2017-07-25
1
-29
/
+30
*
Don't assume a watch point exists for the address space passed to watchpoint_...
smf-
2017-07-25
1
-8
/
+9
*
* Make XML file a class of its own managed with smart poitners
Vas Crabb
2017-07-21
1
-11
/
+6
*
kill a trampoline (nw)
Vas Crabb
2017-07-13
1
-1
/
+3
*
never hurts to srcclean (nw)
Vas Crabb
2017-07-09
1
-1
/
+1
*
Merge branch 'master' into debugger_load
Nathan Woods
2017-07-04
6
-42
/
+44
|
\
|
*
Revert f8 behaviour, to run until next start of vblank, by re-adding a check ...
smf-
2017-07-04
1
-1
/
+2
|
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
5
-19
/
+20
|
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
3
-22
/
+22
*
|
Made the debugger 'load' length field be optional, C++-ification
Nathan Woods
2017-06-25
2
-30
/
+38
|
/
*
debugcpu: Eliminate direct() from read_opcode [O. Galibert]
Olivier Galibert
2017-06-25
1
-85
/
+6
*
dvdisasm: Simplify by decoupling information creation and display rendering [...
Olivier Galibert
2017-06-25
2
-99
/
+120
*
srcclean (nw)
Vas Crabb
2017-06-25
1
-2
/
+2
*
Fixed an issue that could cause the debugger 'source' command to falsely disp...
Nathan Woods
2017-06-24
1
-1
/
+1
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
10
-55
/
+51
*
Don't try to read past the end of a memory space in debug view
AJR
2017-06-22
1
-3
/
+6
*
Changed 'enum read_or_write' to be 'enum class'
Nathan Woods
2017-06-19
1
-1
/
+1
*
general cleanup:
Vas Crabb
2017-05-23
14
-42
/
+37
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-1
/
+1
*
Fixed a crash in the 'symlist' debugger command (MT#6575)
Nathan Woods
2017-05-03
1
-2
/
+1
*
srcclean (nw)
Vas Crabb
2017-04-23
1
-1
/
+1
*
Merge pull request #2168 from Happy-yappH/dasm_virtual_space
R. Belmont
2017-03-29
1
-18
/
+25
|
\
|
*
Make debugger 'dasm' command able to traverse virtual spaces with
Happy
2017-03-19
1
-18
/
+25
*
|
fix building with MSVC (nw)
smf-
2017-03-29
1
-1
/
+1
*
|
express: More robust parsing fix (nw)
Olivier Galibert
2017-03-27
1
-5
/
+10
*
|
disable: Better interface (nw)
Olivier Galibert
2017-03-26
1
-42
/
+20
*
|
disable: reverse polarity (nw)
Olivier Galibert
2017-03-26
4
-26
/
+26
*
|
express: More robust memory access operator parsing (nw)
Olivier Galibert
2017-03-26
1
-1
/
+1
*
|
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
*
|
Add missing disable_side_effect in find_pc_backwards (nw)
Olivier Galibert
2017-03-20
1
-0
/
+1
*
|
debugger: print octal addresses in the trace if CPU is octal.
Sergey Svishchev
2017-03-16
2
-1
/
+9
|
/
*
Changed a few more 'const char *' ==> 'const std::string &' (#2111)
npwoods
2017-03-04
1
-2
/
+2
*
Merge pull request #2114 from npwoods/fix_more
ajrhacker
2017-03-03
1
-4
/
+4
|
\
|
*
Fixed a few more issues broken similarly to 'bpset'
Nathan Woods
2017-03-03
1
-4
/
+4
*
|
Fixing stupid error in the bpset command
Nathan Woods
2017-03-03
1
-2
/
+2
|
/
*
C++-ification of debugger code (misc std::string/std::vector adoption mainly)
Nathan Woods
2017-03-03
4
-493
/
+488
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
6
-109
/
+68
*
Self-registering devices prep:
Vas Crabb
2017-02-27
2
-5
/
+15
*
cleanup headers of not used friend classes (nw)
Miodrag Milanovic
2017-02-12
5
-5
/
+0
*
Fix OS X build (nw)
AJR
2017-02-11
1
-0
/
+2
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
3
-3
/
+0
*
Make debugger fall back from binary to default base on 0b prefix
Vas Crabb
2017-02-03
1
-1
/
+12
*
srcclean (nw)
Vas Crabb
2017-01-22
4
-4
/
+4
*
Merge pull request #1987 from npwoods/tracesym_debugger_command
R. Belmont
2017-01-17
6
-13
/
+71
|
\
[prev]
[next]