start working on the RTC IRQ

This commit is contained in:
Arisotura
2023-10-28 17:45:16 +02:00
parent e67b3b7165
commit 9ccdc23fa0
3 changed files with 48 additions and 4 deletions

View File

@ -220,6 +220,7 @@ extern MemRegion SWRAM_ARM9;
extern MemRegion SWRAM_ARM7;
extern u32 KeyInput;
extern u16 RCnt;
const u32 ARM7WRAMSize = 0x10000;
extern u8* ARM7WRAM;