Update CP1610

This commit is contained in:
alyosha-tas 2017-03-05 18:44:34 -05:00 committed by GitHub
parent c5e2529eb4
commit 2526f8c7b9
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ namespace BizHawk.Emulation.Cores.Components.CP1610
Register[register] = 0;
}
RegisterPC = RESET;
PendingCycles = 0;
}
public bool GetBusAk()