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
*
debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak...
AJR
2021-01-24
2
-90
/
+72
*
Much more core std::string_view modernization
AJR
2021-01-20
5
-7
/
+10
*
natkeyboard: Remove from ioport_manager
AJR
2020-12-26
1
-2
/
+2
*
debughlp.cpp: document loadr and saver debugger commands
Ivan Vangelista
2020-12-15
1
-1
/
+34
*
Prevent certain register values from being formatted with invalid characters ...
AJR
2020-12-14
1
-0
/
+3
*
debugcon.cpp, textbuf.cpp: More uses for std::string_view
AJR
2020-12-11
4
-71
/
+67
*
debug/textbuf.cpp: Another obvious use for std::string_view
AJR
2020-12-08
3
-11
/
+6
*
frontend: Lua engine improvements.
Vas Crabb
2020-11-30
2
-2
/
+3
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
8
-51
/
+51
*
Implement views, which are essentially bankdevs integrated into the
Olivier Galibert
2020-11-22
1
-3
/
+8
*
Add strdump debugger command for dumping memory as ASCII strings
AJR
2020-11-18
3
-0
/
+203
*
Fix most implicit fallthrough warnings from clang
Vas Crabb
2020-11-17
1
-1
/
+1
*
Remove some deprecated instantiations of static constexpr members (MSVC compl...
Vas Crabb
2020-11-15
2
-10
/
+0
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
1
-16
/
+16
*
-emu/render.cpp: Load from all external artwork paths.
Vas Crabb
2020-10-13
3
-42
/
+46
*
emu/debug: Removed more macros, added more const, make a couple more things u...
Vas Crabb
2020-10-12
7
-242
/
+220
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-9
/
+9
*
Add abs, bit, s8, s16, s32 functions to debugger
AJR
2020-09-25
2
-9
/
+72
*
debug/express.h: Remove leftover declaration
AJR
2020-09-19
1
-2
/
+0
*
emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ...
Vas Crabb
2020-09-14
1
-1
/
+1
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-1
/
+1
*
express.cpp: Replace simple_list with std::list in parsing
AJR
2020-09-03
2
-56
/
+87
*
device_state_interface overhaul
AJR
2020-08-31
2
-4
/
+6
*
Document rowsize parameter for dump command in debugger help
AJR
2020-08-08
1
-4
/
+4
*
Merge tag 'mame0223' into mainline-master
Vas Crabb
2020-08-06
1
-25
/
+23
|
\
|
*
-debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ...
Vas Crabb
2020-08-06
1
-25
/
+23
*
|
Add 'fill' command to debugger. Syntax and operation are similar to 'find' co...
AJR
2020-08-01
3
-0
/
+130
|
/
*
srcclean for 0.223
Vas Crabb
2020-07-26
1
-1
/
+1
*
Merge tag 'mame0222' into mainline-master
Vas Crabb
2020-06-26
2
-11
/
+11
|
\
|
*
cleanup and loose ends:
Vas Crabb
2020-06-26
2
-11
/
+11
*
|
add saver to operate memory region (#6837)
Jacob
2020-06-21
2
-0
/
+115
|
/
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
3
-49
/
+49
*
emu: correct some file headers (nw)
hap
2020-06-19
10
-10
/
+10
*
Allow debugger dump command to dump with byte granularity from address spaces...
AJR
2020-06-17
1
-1
/
+1
*
Debugger: add `condump` command to export console buffer to a log file (#6781)
Stevie-O
2020-06-07
4
-1
/
+149
*
Eliminate space.device() in watchpoint code (nw)
AJR
2020-05-31
1
-3
/
+3
*
Merge pull request #6660 from Stevie-O/debug-console-logging
R. Belmont
2020-05-30
2
-4
/
+43
|
\
|
*
Debugger - add `-debuglog` option to log debug console output to file
Stephen Oberholtzer
2020-05-07
2
-4
/
+43
*
|
Fix crash when attempting to write to memory from debugger (nw)
AJR
2020-05-26
1
-2
/
+2
*
|
Debugger expression and memory access overhaul
AJR
2020-05-25
17
-1775
/
+1553
*
|
Fix recent debugger regression with systems such as fi6845/fi8275 where a DMA...
AJR
2020-05-08
1
-1
/
+8
*
|
Fix focus command (nw)
AJR
2020-05-07
1
-1
/
+4
|
/
*
Add optional condition parameter to debugger gex command
AJR
2020-05-03
4
-12
/
+34
*
Add PC to debugger exception hit message
AJR
2020-05-03
1
-1
/
+1
*
Refocus debugger on CPU when one of its watchpoints is hit. This solution may...
AJR
2020-05-03
1
-8
/
+25
*
Make expressions octal for applicable address spaces in disassembly view
AJR
2020-04-13
10
-269
/
+168
*
Fix two cases where debugger can crash mame ("cheatlist" command before "chea...
quasiscroto
2020-03-13
2
-8
/
+9
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-2
/
+2
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
2
-7
/
+7
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
6
-6
/
+6
|
\
[next]