mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
fixed debug address
This commit is contained in:
parent
d7e8744c3f
commit
0d86cea760
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user