Gambatte: Fix states

This commit is contained in:
alyosha-tas 2018-05-15 08:25:27 -04:00
parent 073d36e40f
commit 258fef46d7
3 changed files with 3 additions and 0 deletions

View File

@ -1143,6 +1143,8 @@ SYNCFUNC(Memory)
NSS(cgbSwitching); NSS(cgbSwitching);
NSS(agbMode); NSS(agbMode);
NSS(gbIsCgb_); NSS(gbIsCgb_);
NSS(stopped);
NSS(halttime);
SSS(intreq); SSS(intreq);
SSS(tima); SSS(tima);

View File

@ -181,6 +181,7 @@ void Tima::doIrqEvent(const TimaInterruptRequester timaIrq) {
SYNCFUNC(Tima) SYNCFUNC(Tima)
{ {
NSS(lastUpdate_); NSS(lastUpdate_);
NSS(basetime_);
NSS(tmatime_); NSS(tmatime_);
NSS(tima_); NSS(tima_);
NSS(tma_); NSS(tma_);

Binary file not shown.