From 0d86cea760b8f3f5d51854861cb745bbd3ed7d6a Mon Sep 17 00:00:00 2001 From: Polprzewodnikowy Date: Mon, 27 Dec 2021 22:35:42 +0100 Subject: [PATCH] fixed debug address --- sw/n64/src/sc64.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/n64/src/sc64.h b/sw/n64/src/sc64.h index 7a0e5f3..de42ea3 100644 --- a/sw/n64/src/sc64.h +++ b/sw/n64/src/sc64.h @@ -42,8 +42,8 @@ typedef struct { #define SC64_VERSION_2 (0x53437632) -#define SC64_DEBUG_WRITE_ADDRESS (0x13BD8000UL) -#define SC64_DEBUG_READ_ADDRESS (0x13BD0000UL) +#define SC64_DEBUG_WRITE_ADDRESS (0x13FF8000UL) +#define SC64_DEBUG_READ_ADDRESS (0x13FF0000UL) #define SC64_DEBUG_MAX_SIZE (32 * 1024) #define SC64_DEBUG_ID_TEXT (0x01)