.. |
Base6502Assembler.cpp
|
Debugger: Assembler - allow '+' in label names to fix issues with multi-byte labels
|
2023-04-11 23:14:41 -04:00 |
Base6502Assembler.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
BaseEventManager.cpp
|
Debugger: Event Viewer - Fixed list selection not updating when clicking on an event in the ppu view
|
2023-04-26 17:17:21 -04:00 |
BaseEventManager.h
|
Debugger: Event Viewer - Added event color in list
|
2023-04-21 22:15:26 -04:00 |
BaseTraceLogger.h
|
Debugger: Added "memaddress" token in expressions
|
2022-09-28 18:20:45 -04:00 |
Breakpoint.cpp
|
Debugger: Added option to ignore dummy reads/writes in breakpoints
|
2023-04-23 19:07:46 -04:00 |
Breakpoint.h
|
Debugger: Added option to ignore dummy reads/writes in breakpoints
|
2023-04-23 19:07:46 -04:00 |
BreakpointManager.cpp
|
Debugger: Added option to ignore dummy reads/writes in breakpoints
|
2023-04-23 19:07:46 -04:00 |
BreakpointManager.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
CallstackManager.cpp
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
CallstackManager.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
CdlManager.cpp
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
CdlManager.h
|
Refactoring - Moved some leftover files out of the root folder
|
2022-09-08 21:48:49 -04:00 |
CodeDataLogger.cpp
|
Debugger: Don't auto-load cdl files next to the rom by default
|
2023-04-14 22:51:35 -04:00 |
CodeDataLogger.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
DebugBreakHelper.h
|
Debugger: Suppress "bring to front on break" behavior when the trigger is another operation (e.g save state/load state, etc.)
|
2023-03-15 19:35:04 -04:00 |
Debugger.cpp
|
Debugger: Prevent breaking on some events while rewinding
|
2023-09-05 18:36:48 +09:00 |
Debugger.h
|
Debugger: Warn when "save rom as" fails
|
2023-04-11 22:33:02 -04:00 |
DebuggerFeatures.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
DebugTypes.h
|
Debugger: Sprite viewer - Added option to change background color
|
2023-09-26 18:58:50 +09:00 |
DebugUtilities.h
|
Debugger: SNES - Don't trigger uninit memory read warning/break for registers
|
2023-08-17 18:24:41 +09:00 |
Disassembler.cpp
|
Debugger: NES - Fixed crash when disassembling
|
2023-07-07 08:40:57 +09:00 |
Disassembler.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
DisassemblyInfo.cpp
|
Debugger: Fixed crash with GB debugger when in SGB mode
|
2023-01-28 18:43:03 -05:00 |
DisassemblyInfo.h
|
Debugger: Added option to show/hide memory values (+ fixed missing memory values on NES, PCE, etc.)
|
2022-09-13 00:41:18 -04:00 |
DisassemblySearch.cpp
|
Debugger: Fixed "find all occurrences" returning the same result multiple times
|
2023-03-29 20:40:52 -04:00 |
DisassemblySearch.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
ExpressionEvaluator.cpp
|
Fixed debug build
|
2022-10-01 15:59:57 -04:00 |
ExpressionEvaluator.Cx4.cpp
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
ExpressionEvaluator.Gameboy.cpp
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
ExpressionEvaluator.Gsu.cpp
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
ExpressionEvaluator.h
|
SNES: Randomize DSP register values on power on, but reset the internal state to 0
|
2023-03-14 19:46:47 -04:00 |
ExpressionEvaluator.NecDsp.cpp
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
ExpressionEvaluator.Nes.cpp
|
Debugger: NES - Added t/v tokens for NES (PPU)
|
2022-09-28 19:00:00 -04:00 |
ExpressionEvaluator.Pce.cpp
|
Debugger: PCE - Added psgchannel/vdcreg to expression tokens (+ fixed other tokens not working due to wrong case)
|
2023-02-13 21:35:44 -05:00 |
ExpressionEvaluator.Snes.cpp
|
Debugger: SNES - Added D/DB for expressions
|
2022-09-28 17:35:08 -04:00 |
ExpressionEvaluator.Spc.cpp
|
SNES: Randomize DSP register values on power on, but reset the internal state to 0
|
2023-03-14 19:46:47 -04:00 |
FrozenAddressManager.h
|
Debugger: Added freeze address option in memory viewer
|
2022-09-25 19:56:02 -04:00 |
IAssembler.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
IDebugger.h
|
Rename TODOs that need to be fixed/checked before release to TODOv2
|
2023-01-05 14:07:08 +09:00 |
ITraceLogger.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
LabelManager.cpp
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
LabelManager.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
LuaApi.cpp
|
Debugger: Lua - Fixed incorrect names of memType values for cpu memory (nes -> nesMemory, etc.)
|
2023-10-06 21:02:16 +09:00 |
LuaApi.h
|
Debugger: Added --testRunner support
|
2022-12-28 10:44:54 +09:00 |
LuaCallHelper.cpp
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
LuaCallHelper.h
|
Refactoring - Moved some leftover files out of the root folder
|
2022-09-08 21:48:49 -04:00 |
MemoryAccessCounter.cpp
|
Debugger: Prevent load state/reset counters from triggering uninit ram read break on all reads
|
2023-04-15 15:34:24 -04:00 |
MemoryAccessCounter.h
|
Debugger: Prevent load state/reset counters from triggering uninit ram read break on all reads
|
2023-04-15 15:34:24 -04:00 |
MemoryDumper.cpp
|
NES: Make OAM decay more obvious by displaying a diagonal line of sprites
|
2023-12-03 14:12:03 +09:00 |
MemoryDumper.h
|
Fixed/removed some TODOs
|
2023-01-06 11:10:24 +09:00 |
PpuTools.cpp
|
Debugger: Sprite viewer - Added option to change background color
|
2023-09-26 18:58:50 +09:00 |
PpuTools.h
|
Debugger: Sprite viewer - Added option to change background color
|
2023-09-26 18:58:50 +09:00 |
Profiler.cpp
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
Profiler.h
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
ScriptHost.cpp
|
Debugger: Added cpuType parameter for Lua events
|
2023-01-24 22:14:24 -05:00 |
ScriptHost.h
|
Debugger: Added cpuType parameter for Lua events
|
2023-01-24 22:14:24 -05:00 |
ScriptingContext.cpp
|
Debugger: Added cpuType parameter for Lua events
|
2023-01-24 22:14:24 -05:00 |
ScriptingContext.h
|
Debugger: Added cpuType parameter for Lua events
|
2023-01-24 22:14:24 -05:00 |
ScriptManager.cpp
|
Debugger: Added cpuType parameter for Lua events
|
2023-01-24 22:14:24 -05:00 |
ScriptManager.h
|
Debugger: Added cpuType parameter for Lua events
|
2023-01-24 22:14:24 -05:00 |
StepBackManager.cpp
|
macOS: Fix compilation scripts/errors for macOS
|
2023-02-01 21:10:53 -05:00 |
StepBackManager.h
|
Disable breakpoints/debugger while rewinding
|
2022-10-15 13:12:33 -04:00 |
TraceLogFileSaver.h
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |