attempting fun things

This commit is contained in:
Arisotura
2022-04-15 20:31:18 +02:00
committed by Nadia Holmquist Pedersen
parent 2ba7f961a6
commit 9c1f5364ab
3 changed files with 71 additions and 1 deletions

View File

@ -77,6 +77,9 @@ private:
u8 MCURegs[0x8000];
u8 MCU_Read(u16 addr);
void MCU_Write(u16 addr, u8 val);
static u16 ModuleCnt;
static u16 Cnt;