fixed debug address

This commit is contained in:
Polprzewodnikowy 2021-12-27 22:35:42 +01:00
parent d7e8744c3f
commit 0d86cea760

View File

@ -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)