diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-09 19:28:01 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-09 19:28:01 -0500 |
commit | 3c375850d12d774cb75803093ad80aa2783e4566 (patch) | |
tree | cc266310ffb549c91b75f503ddc0727bc4d433a0 /src | |
parent | 68131de6fc09b0d9e6b6e0adc711fe0262aa37ad (diff) |
comment
Diffstat (limited to 'src')
-rwxr-xr-x | src/libs/libisagbprn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/libisagbprn.c b/src/libs/libisagbprn.c index a9656f3c5..98231dcf5 100755 --- a/src/libs/libisagbprn.c +++ b/src/libs/libisagbprn.c @@ -8,8 +8,8 @@ #define AGB_PRINT_PROTECT_ADDR 0x9FE2FFE #define WSCNT_DATA (WAITCNT_PHI_OUT_16MHZ | WAITCNT_WS0_S_2 | WAITCNT_WS0_N_4) -// for auto no$gba support, the string "no$gba" should be at this address. -// except it's not, blame Martin, hence I'm letting the user deal with this nonsense. +// originally for auto no$gba support, the string "no$gba" should be at this address, +// the user needs to read this string out as the memory viewer won't show it. #define NOCASHGBAIDADDR 0x4FFFA00 #define NOCASHGBAPRINTADDR 0x4FFFA14 |