From 706f7fe65e1288f2f5d08ad07cb6a789fbc25f61 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 14 Sep 2025 12:30:45 +0300 Subject: [PATCH] Fix debugger message --- debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.cpp b/debug.cpp index e105fb18..78049616 100644 --- a/debug.cpp +++ b/debug.cpp @@ -5047,7 +5047,7 @@ static void writeintomem (TCHAR **c) } end: if (eaddr != 0xffffffff) - console_out_f(_T("Wrote data to %08x - %08x\n"), addrc, addr); + console_out_f(_T("Wrote data to %08x - %08x\n"), addrc, addr - 1); } static uae_u8 *dump_xlate (uae_u32 addr) -- 2.47.3