set up RTC clock timer. lay down basic idea of a clock.

This commit is contained in:
Arisotura
2023-10-25 23:56:37 +02:00
parent 0e56590af0
commit a1a6d0ddb8
4 changed files with 211 additions and 34 deletions

View File

@ -30,6 +30,11 @@ void DeInit();
void Reset();
void DoSavestate(Savestate* file);
void ResetRegisters();
void ScheduleTimer(bool first);
void ClockTimer(u32 param);
u16 Read();
void Write(u16 val, bool byte);