index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
android-updates
arm3_copro
arm_playground
asmjit
cdimono2_wip
cdplay
deprecated
draggable-layout
dribbling-nl
floppy_sound
hlsl_aviplay
lindbergh_exp
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
midtunit_video
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
pc98floppy
py_regtests
rendlay_vid
s32_kokoroji
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
vrender0_3
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent debugger commands from being evaluated when they are assignment expre...
AJR
2022-06-11
1
-1
/
+3
*
dvmemory.cpp: Small refactoring; verify that data written to memory spaces re...
AJR
2022-05-22
2
-10
/
+38
*
debugger: Impose an arbitrary upper limit on the count parameter of the gni c...
AJR
2022-05-22
2
-1
/
+8
*
Add time command to MAME debugger. Returns current machine time. (#9727)
tedgreen99
2022-05-08
3
-0
/
+19
*
Debugger feature improvements
AJR
2022-03-27
5
-21
/
+220
*
Fixed some debugger memory view annoyances and cleaned up Lua bindings.
Vas Crabb
2022-03-16
1
-3
/
+17
*
docs: Added page describing how MAME searches for media.
Vas Crabb
2022-03-10
1
-5
/
+5
*
debugcmd.cpp: Modernize implementation details of mini_printf
AJR
2022-02-28
2
-50
/
+47
*
debugcon.cpp: Use std::string_view in command parsing and eliminate initial b...
AJR
2022-02-21
2
-140
/
+118
*
Delete some unnecessary c_str() calls
AJR
2022-02-13
1
-2
/
+2
*
vegas.cpp: Cleanup:
Vas Crabb
2022-02-13
1
-2
/
+2
*
Remove fileio.h from emu.h
AJR
2022-02-11
4
-5
/
+11
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
6
-77
/
+88
*
frontend: Exposed memory pass-through handlers (address space taps) to Lua.
Vas Crabb
2022-02-10
1
-40
/
+44
*
Render-related cleanup
AJR
2021-12-30
1
-0
/
+1
*
fixed size prefix in find command [smf]
smf-
2021-12-28
1
-1
/
+1
*
fixes for variables set but not used
smf-
2021-11-07
1
-6
/
+6
*
Debug memory view improvements
AJR
2021-10-27
2
-37
/
+112
*
srcclean in preparation for branching 0.237 release
Vas Crabb
2021-10-24
1
-1
/
+1
*
debugger: Memory accesses in expressions don't support taking the first expos...
Vas Crabb
2021-10-20
1
-3
/
+3
*
express.cpp: Fix regression in interpreting db@, ib@, ob@ and similar memory ...
AJR
2021-10-19
1
-0
/
+4
*
Tie up a few loose ends:
Vas Crabb
2021-10-20
2
-50
/
+79
*
-debugger: Finished updating commands and documentation.
Vas Crabb
2021-10-19
3
-206
/
+255
*
Still more user experience improvements:
Vas Crabb
2021-10-18
11
-220
/
+583
*
More user experience improvements:
Vas Crabb
2021-10-15
2
-30
/
+59
*
More user experience improvements:
Vas Crabb
2021-10-14
4
-315
/
+399
*
Various improvements to the user experience:
Vas Crabb
2021-10-13
6
-298
/
+314
*
Fix pcatmem command (probably regressed in 360d3a5950f0649270822e2db1ea25028e...
AJR
2021-10-05
1
-1
/
+1
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
2
-5
/
+20
*
debugger: Extended target address syntax to include device/address space. (#8...
Vas Crabb
2021-10-01
8
-1228
/
+1635
*
dvmemory: remove outdated/unused FD1094_HACK
hap
2021-09-29
1
-9
/
+0
*
Make debugger 'out' command step over return delay slots on SH architectures
AJR
2021-09-22
1
-1
/
+9
*
Move endianness type into lib/util header
AJR
2021-08-31
1
-1
/
+1
*
points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b
AJR
2021-08-27
1
-1
/
+1
*
Octalize watchpoint hit message for memory spaces defined as octal
AJR
2021-08-27
1
-9
/
+19
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
2
-7
/
+7
*
Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref...
Vas Crabb
2021-08-22
1
-27
/
+22
*
Fix exception in debug memory viewer selecting a floating point format when t...
AJR
2021-08-16
1
-0
/
+2
*
debugger/win/memorywininfo.cpp: Fix build
AJR
2021-08-16
1
-1
/
+1
*
dvmemory: Substitute strongly typed enum for magic numbers specifying data fo...
AJR
2021-08-16
2
-54
/
+79
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
8
-191
/
+22
*
Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th...
smf-
2021-07-28
1
-22
/
+27
*
Fix minor positioning glitches in disassembly view related to changing sources
AJR
2021-05-09
1
-3
/
+5
*
Add %o format support to debugger printf command
AJR
2021-04-06
1
-0
/
+26
*
Add 'wpsize' variable to access the data size from a watchpoint (#7837)
Scott Percival
2021-03-03
3
-3
/
+6
*
debug: add cls command to clear console buffer
hap
2021-02-16
4
-1
/
+13
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
5
-8
/
+8
*
Stop converting debugger console commands to all lowercase before parsing the...
AJR
2021-02-13
3
-56
/
+56
*
Update state views when memory is modified through the debugger (since regist...
AJR
2021-02-09
1
-0
/
+1
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
1
-0
/
+2
[next]