RTC done. misc shito.

This commit is contained in:
StapleButter
2018-10-18 03:04:39 +02:00
parent cbe5780837
commit 3a54b9178b
3 changed files with 39 additions and 3 deletions

View File

@ -20,6 +20,7 @@
#define RTC_H
#include "types.h"
#include "Savestate.h"
namespace RTC
{
@ -27,6 +28,7 @@ namespace RTC
bool Init();
void DeInit();
void Reset();
void DoSavestate(Savestate* file);
u16 Read();
void Write(u16 val, bool byte);