diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 17:03:28 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 17:03:28 -0500 |
commit | 7d501c8b13de92f8fc26c283e745fd1ea37e9b27 (patch) | |
tree | 3c51e04383f6fe406b33e8c6421062a296c90258 | |
parent | d98c14444ade7e975585e991ef89c7597295f1b4 (diff) |
let the user deal with nogbaprint, forget this
-rwxr-xr-x | src/libisagbprn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libisagbprn.c b/src/libisagbprn.c index f056be5d2..a0eb09c8a 100755 --- a/src/libisagbprn.c +++ b/src/libisagbprn.c @@ -8,9 +8,8 @@ #define AGB_PRINT_PROTECT_ADDR 0x9FE2FFE #define WSCNT_DATA (WAITCNT_PHI_OUT_16MHZ | WAITCNT_WS0_S_2 | WAITCNT_WS0_N_4) -// TODO: make no$gba support not shit - // 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. #define NOGBAIDADDR 0x4FFFA00 #define NOGBAPRINTADDR 0x4FFFA14 @@ -25,6 +24,7 @@ struct AGBPrintStruct typedef void (*LPFN_PRINT_FLUSH)(void); #ifndef NDEBUG + void AGBPrintFlush1Block(void); void AGBPrintInit(void) |