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
...
*
Fix extent of debug view of address-shifted memory spaces
AJR
2018-03-11
1
-2
/
+4
*
Remove all uses of first_screen() from core files, nw
Ryan Holtz
2018-03-11
3
-24
/
+79
*
Grammar police (nw)
Olivier Galibert
2018-02-24
6
-25
/
+25
*
Debugger: fix f10 step over of instructions with a branch delay slot [smf]
smf-
2018-02-21
1
-1
/
+1
*
Fix ASCII dump output for big-endian spaces
AJR
2018-02-07
1
-1
/
+1
*
More docs work: escapes, debugger update (nw) (#3168)
Firehawke
2018-02-05
1
-75
/
+79
*
*DUH*, also fix MT6857 (nw)
Olivier Galibert
2018-01-28
1
-4
/
+4
*
debugcpu.cpp: added missing initialization of m_vblank_occurred (nw)
Oliver Stöneberg
2018-01-06
1
-0
/
+1
*
debugcpu.cpp: Eliminate unnecessary downcast (nw)
AJR
2018-01-05
1
-2
/
+5
*
Eliminate machine().firstcpu (nw)
AJR
2018-01-04
1
-1
/
+6
*
remove stutter in dump command ascii bytes (nw)
smf-
2017-12-26
1
-1
/
+1
*
srcclean and manual cleanups (nw)
Vas Crabb
2017-12-24
3
-41
/
+41
*
rewind implementation fixes and improvements
vadosnaprimer
2017-12-22
2
-16
/
+11
*
dvstate beamx/beamy/frame: set to 0 on invalid(eg. screenless) (nw)
hap
2017-12-21
1
-20
/
+8
*
debugbuf: Back to uppercase hex (nw)
AJR
2017-12-21
1
-14
/
+14
*
Revert "Command to print all debugger help to html file"
Vas Crabb
2017-12-15
4
-416
/
+296
*
Eliminate remaining uses of address_space::machine() outside of emumem (nw)
AJR
2017-12-14
2
-9
/
+9
*
Merge pull request #2926 from vadosnaprimer/debughlp_html
R. Belmont
2017-12-14
4
-296
/
+416
|
\
|
*
debughlp - fix gcc build
vadosnaprimer
2017-12-12
1
-2
/
+2
|
*
add command to print all debugger help to html file
vadosnaprimer
2017-12-11
4
-296
/
+416
*
|
space.machine -> machine (nw)
Olivier Galibert
2017-12-14
1
-2
/
+2
*
|
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
7
-89
/
+121
*
|
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
7
-121
/
+89
|
/
*
don't lie (nw)
smf-
2017-12-07
1
-0
/
+6
*
(nw) fixed typo, and rewind off by default.
Robbbert
2017-12-08
1
-1
/
+1
*
Yes another memory window fix (nw)
Olivier Galibert
2017-12-07
1
-1
/
+3
*
Merge pull request #2899 from vadosnaprimer/rewind
R. Belmont
2017-12-07
1
-1
/
+15
|
\
|
*
explain the rewind command in debughlp
vadosnaprimer
2017-12-06
1
-1
/
+15
*
|
Fix watchpoint hit message for address-shifted processors (nw)
AJR
2017-12-06
1
-2
/
+2
*
|
Merge pull request #2897 from vadosnaprimer/rewind
R. Belmont
2017-12-06
3
-1
/
+31
|
\
|
|
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
3
-1
/
+31
*
|
Nicer autoscrolling (nw)
Olivier Galibert
2017-12-04
1
-3
/
+5
*
|
More fixes and simplifications (nw)
Olivier Galibert
2017-12-03
1
-63
/
+23
*
|
Fix the memory windows (nw)
Olivier Galibert
2017-12-03
2
-18
/
+36
|
/
*
(nw) debugcmd : exiting isn't an error
Robbbert
2017-12-01
1
-1
/
+1
*
Reset m_dasm on source switch (nw)
Olivier Galibert
2017-11-30
3
-1
/
+12
*
Fix non-initialized member of debugcpu (nw)
Olivier Galibert
2017-11-30
1
-0
/
+1
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
6
-139
/
+108
*
Pet peeving with extreme prejudice (nw)
Olivier Galibert
2017-11-30
3
-10
/
+10
*
Fix save
Olivier Galibert
2017-11-29
1
-1
/
+2
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
4
-51
/
+183
*
fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2....
smf-
2017-11-28
1
-4
/
+0
*
Nice subtle one coverity (nw)
Olivier Galibert
2017-11-28
1
-2
/
+2
*
Fix tms0980 debugger hook and remove leftover debug code (nw)
Olivier Galibert
2017-11-28
1
-2
/
+0
*
Fix inclusion test (nw)
Olivier Galibert
2017-11-28
1
-9
/
+9
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
7
-557
/
+1780
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-1
/
+1
*
Explicitly allow floating point values for state registers
AJR
2017-10-13
1
-2
/
+6
*
device_state_interface: Polymorphism and std::function for entries (nw) (#2690)
ajrhacker
2017-10-12
3
-5
/
+7
*
debugcmd.cpp: Give this error message a newline (nw)
AJR
2017-08-08
1
-1
/
+1
[prev]
[next]