Mesen2/Core/Gameboy/Debugger
Sour b844642866 Debugger: GB - Fixed tilemap viewer displaying incorrect tiles when the tile index is above 127
Seems to only happen in release builds in MSVC (unsure if other compilers were affected)
+ Also added missing member in GbCpuState in the UI
2025-03-23 13:16:31 +09:00
..
DummyGbCpu.cpp GB: Fixed stack overflow crash when 2 halt instructions are executed in a row with halt bug 2023-07-09 22:41:11 +09:00
DummyGbCpu.h Rename stdafx.h to pch.h 2022-09-08 21:29:52 -04:00
GameboyDisUtils.cpp Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
GameboyDisUtils.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
GbAssembler.cpp Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
GbAssembler.h Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
GbDebugger.cpp Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
GbDebugger.h Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.) 2024-12-07 17:46:28 +09:00
GbEventManager.cpp Debugger: Event Viewer - Added missing address/value for some event types (marked breakpoints, etc.) 2024-09-12 17:11:56 +09:00
GbEventManager.h Debugger: Event Viewer - GB - Added more categories, improved layout 2024-01-28 22:27:41 +09:00
GbPpuTools.cpp Debugger: GB - Fixed tilemap viewer displaying incorrect tiles when the tile index is above 127 2025-03-23 13:16:31 +09:00
GbPpuTools.h NES: Added Rainbow support (mapper 682) 2024-10-08 21:37:44 +09:00
GbTraceLogger.cpp Debugger: Trace logger - Added missing options, etc 2022-09-18 20:54:57 -04:00
GbTraceLogger.h Debugger: Trace logger - Fixed missing cpu cycle counter for GB 2022-09-19 18:15:12 -04:00