Gambatte: Fix states
This commit is contained in:
parent
073d36e40f
commit
258fef46d7
|
@ -1143,6 +1143,8 @@ SYNCFUNC(Memory)
|
|||
NSS(cgbSwitching);
|
||||
NSS(agbMode);
|
||||
NSS(gbIsCgb_);
|
||||
NSS(stopped);
|
||||
NSS(halttime);
|
||||
|
||||
SSS(intreq);
|
||||
SSS(tima);
|
||||
|
|
|
@ -181,6 +181,7 @@ void Tima::doIrqEvent(const TimaInterruptRequester timaIrq) {
|
|||
SYNCFUNC(Tima)
|
||||
{
|
||||
NSS(lastUpdate_);
|
||||
NSS(basetime_);
|
||||
NSS(tmatime_);
|
||||
NSS(tima_);
|
||||
NSS(tma_);
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue