Gambatte: Fix states
This commit is contained in:
parent
073d36e40f
commit
258fef46d7
|
@ -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);
|
||||||
|
|
|
@ -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.
Loading…
Reference in New Issue