let the user deal with nogbaprint, forget this
This commit is contained in:
+2
-2
@@ -8,9 +8,8 @@
|
|||||||
#define AGB_PRINT_PROTECT_ADDR 0x9FE2FFE
|
#define AGB_PRINT_PROTECT_ADDR 0x9FE2FFE
|
||||||
#define WSCNT_DATA (WAITCNT_PHI_OUT_16MHZ | WAITCNT_WS0_S_2 | WAITCNT_WS0_N_4)
|
#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.
|
// 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 NOGBAIDADDR 0x4FFFA00
|
||||||
#define NOGBAPRINTADDR 0x4FFFA14
|
#define NOGBAPRINTADDR 0x4FFFA14
|
||||||
|
|
||||||
@@ -25,6 +24,7 @@ struct AGBPrintStruct
|
|||||||
typedef void (*LPFN_PRINT_FLUSH)(void);
|
typedef void (*LPFN_PRINT_FLUSH)(void);
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
|
||||||
void AGBPrintFlush1Block(void);
|
void AGBPrintFlush1Block(void);
|
||||||
|
|
||||||
void AGBPrintInit(void)
|
void AGBPrintInit(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user