oops fixed error

This commit is contained in:
alyosha-tas 2016-12-05 22:00:47 -05:00 committed by GitHub
parent eeba83be83
commit 790376496b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
else
_cpu.TraceCallback = null;
Frame++;
_frame++;
// read the controller state here for now
get_controller_state();