convert RTC to OOP

This commit is contained in:
Arisotura
2023-11-03 21:20:09 +01:00
parent 440b356674
commit e4f4e94694
6 changed files with 138 additions and 109 deletions

View File

@ -31,6 +31,7 @@
//#define DEBUG_CHECK_DESYNC
class SPIHost;
class RTC;
namespace NDS
{
@ -249,6 +250,7 @@ extern u32 KeyInput;
extern u16 RCnt;
extern SPIHost* SPI;
extern class RTC* RTC;
const u32 ARM7WRAMSize = 0x10000;
extern u8* ARM7WRAM;