fds: hmm
This commit is contained in:
parent
44a8f442ee
commit
e84f1d2761
|
@ -180,7 +180,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
|
||||
if ((value & 1) != 0) // start motor
|
||||
{
|
||||
if (state != RamAdapterState.RUNNING)
|
||||
if (state == RamAdapterState.IDLE)
|
||||
{
|
||||
state = RamAdapterState.SPINUP;
|
||||
SetCycles();
|
||||
|
|
Loading…
Reference in New Issue