This commit is contained in:
StapleButter
2018-10-18 02:54:48 +02:00
parent 7bf62918cd
commit cbe5780837
3 changed files with 56 additions and 1 deletions

View File

@ -19,6 +19,8 @@
#ifndef SPI_H
#define SPI_H
#include "Savestate.h"
namespace SPI_Firmware
{
@ -45,6 +47,7 @@ extern u16 Cnt;
bool Init();
void DeInit();
void Reset();
void DoSavestate(Savestate* file);
u16 ReadCnt();
void WriteCnt(u16 val);