Mesen2/Core/SNES/Debugger
2025-03-27 23:46:36 +09:00
..
TraceLogger SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
Cx4Debugger.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
Cx4Debugger.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
Cx4DisUtils.cpp Debugger: Added option to show/hide memory values (+ fixed missing memory values on NES, PCE, etc.) 2022-09-13 00:41:18 -04:00
Cx4DisUtils.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
DummyArmV3Cpu.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
DummyArmV3Cpu.h SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
DummySnesCpu.cpp Refactoring - Added missing folder names in includes 2022-09-08 22:04:18 -04:00
DummySnesCpu.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
DummySpc.cpp SNES: SPC - Fixed issues with STOP/SLEEP instructions 2023-01-29 18:59:46 -05:00
DummySpc.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
GsuDebugger.cpp Debugger: GSU - Fixed trace log not logging the correct instructions in some scenarios 2025-02-15 20:09:02 +09:00
GsuDebugger.h Debugger: Use cpu-specific cycle counts for profiler data 2024-06-23 16:21:49 +09:00
GsuDisUtils.cpp Debugger: SNES - Fixed crash in GSU debugger when negative jump target wraps past 0 2023-11-16 17:11:15 +09:00
GsuDisUtils.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
NecDspDebugger.cpp Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
NecDspDebugger.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
NecDspDisUtils.cpp Debugger: Trace logger - Added missing options, etc 2022-09-18 20:54:57 -04:00
NecDspDisUtils.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
SnesAssembler.cpp Debugger: Assembler - Allow using #label syntax on NES/SNES/PCE 2025-03-13 18:32:46 +09:00
SnesAssembler.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
SnesCodeDataLogger.h Fixed misc code TODOs 2023-01-24 18:05:50 -05:00
SnesDebugger.cpp Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
SnesDebugger.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
SnesDisUtils.cpp Added GBA support 2024-03-30 11:42:31 +09:00
SnesDisUtils.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
SnesEventManager.cpp Debugger: Event Viewer - Added missing address/value for some event types (marked breakpoints, etc.) 2024-09-12 17:11:56 +09:00
SnesEventManager.h Debugger: Fixed inconsistencies in event viewer when stepping to the first cycle of a frame 2022-12-22 16:22:00 +09:00
SnesPpuTools.cpp Debugger: Sprite Viewer - SNES - Fixed crash when EnableOamPriority flag was set 2025-03-21 23:31:07 +09:00
SnesPpuTools.h Debugger: Prevent UI freeze when viewer updates pile up and end up taking up 100% of the UI thread's time 2024-12-10 18:59:13 +09:00
SpcDebugger.cpp Debugger: SNES - Added break on options for SPC 2025-03-27 23:46:36 +09:00
SpcDebugger.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
SpcDisUtils.cpp Debugger: SNES - Added break on options for SPC 2025-03-27 23:46:36 +09:00
SpcDisUtils.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
St018Debugger.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
St018Debugger.h SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
St018DisUtils.cpp SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00
St018DisUtils.h SNES: Add support for ST018 coprocessor 2024-12-29 23:41:52 +09:00