This commit is contained in:
goyuken 2012-10-22 01:11:39 +00:00
parent 44a8f442ee
commit e84f1d2761
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
if ((value & 1) != 0) // start motor if ((value & 1) != 0) // start motor
{ {
if (state != RamAdapterState.RUNNING) if (state == RamAdapterState.IDLE)
{ {
state = RamAdapterState.SPINUP; state = RamAdapterState.SPINUP;
SetCycles(); SetCycles();