From 6c20940033d40b2476f296432a111a206d51bab2 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Fri, 29 Apr 2011 12:19:32 +0000 Subject: [PATCH] TI83 - oops Frame++ was being called twice in FrameAdvance() --- BizHawk.Emulation/Consoles/Calculator/TI83.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Calculator/TI83.cs b/BizHawk.Emulation/Consoles/Calculator/TI83.cs index 6183f52a0d..b85edf804c 100644 --- a/BizHawk.Emulation/Consoles/Calculator/TI83.cs +++ b/BizHawk.Emulation/Consoles/Calculator/TI83.cs @@ -629,7 +629,6 @@ namespace BizHawk.Emulation.Consoles.Calculator public void FrameAdvance(bool render) { Controller.UpdateControls(Frame++); - Frame++; //I eyeballed this speed for (int i = 0; i < 5; i++) {