index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
*
mu100: Add missing roms, also some wip [Guru, O. Galibert]
Olivier Galibert
2018-12-06
1
-3
/
+3
*
watchpoint: prevent recursive multiple installs [O. Galibert]
Olivier Galibert
2018-12-06
1
-6
/
+13
*
debugger: add 'gp' command
Sven Schnelle
2018-11-06
1
-1
/
+47
*
debugcpu: Fixed watchpoints for CPUs with a negative address shift. [Ryan Holtz]
mooglyguy
2018-09-30
1
-2
/
+2
*
Don't apply logical address masks to physical addresses in debug memory acces...
AJR
2018-08-12
1
-76
/
+72
*
debugcpu.cpp: Move scripting functions down into console (nw)
AJR
2018-07-26
1
-70
/
+2
*
(nw) srcclean and some cleanup:
Vas Crabb
2018-07-22
1
-1
/
+1
*
Fix some watchpoints (nw)
Olivier Galibert
2018-07-13
1
-2
/
+2
*
Watchpoint fixes (segfaults, wpclear not clearing) (nw)
Olivier Galibert
2018-07-09
1
-2
/
+6
*
Various watchpoint fixes (nw)
Olivier Galibert
2018-07-01
1
-2
/
+4
*
Oops (nw)
Olivier Galibert
2018-06-29
1
-1
/
+1
*
emumem: Backend modernization [O. Galibert]
Olivier Galibert
2018-06-29
1
-227
/
+342
*
Kludge some absolute tag lookups in the core that can't really be helped (nw)
AJR
2018-05-21
1
-2
/
+2
*
debug: Simplify now obsolete and buggy memory access code [O. Galibert]
Olivier Galibert
2018-05-11
1
-94
/
+24
*
srcclean (nw)
Vas Crabb
2018-04-22
1
-6
/
+6
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
1
-4
/
+4
*
Added suspend and resume debugger commands (#3411)
GavinAndrews
2018-04-02
1
-0
/
+23
*
fix scheduling session events from debugger (nw)
Vas Crabb
2018-03-29
1
-1
/
+1
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-89
/
+35
*
Remove all uses of first_screen() from core files, nw
Ryan Holtz
2018-03-11
1
-9
/
+22
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-9
/
+9
*
Debugger: fix f10 step over of instructions with a branch delay slot [smf]
smf-
2018-02-21
1
-1
/
+1
*
*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
*
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
1
-65
/
+33
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-33
/
+65
*
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
1
-0
/
+8
|
\
|
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-0
/
+8
*
|
More fixes and simplifications (nw)
Olivier Galibert
2017-12-03
1
-63
/
+23
|
/
*
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
1
-53
/
+43
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-12
/
+12
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-85
/
+28
*
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
1
-1
/
+1
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-39
/
+432
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-432
/
+39
*
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
*
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
1
-9
/
+9
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-7
/
+7
*
debugcpu: Eliminate direct() from read_opcode [O. Galibert]
Olivier Galibert
2017-06-25
1
-85
/
+6
*
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
[next]