Update Intellivision.IEmulator.cs

This commit is contained in:
alyosha-tas 2016-12-24 09:15:14 -05:00 committed by GitHub
parent 8c7e5098c0
commit 98a73ee982
1 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ namespace BizHawk.Emulation.Cores.Intellivision
int delay_cycles = 600;
int delay_timer = -1;
Console.WriteLine(14934 - 3791 + _cpu.GetPendingCycles());
_cpu.PendingCycles = (14934 - 3791 + _cpu.GetPendingCycles());
_stic.Sr1 = true;
@ -73,8 +72,6 @@ namespace BizHawk.Emulation.Cores.Intellivision
Connect();
}
Console.WriteLine(_stic.GetSr2());
// set up VBlank variables
_stic.in_vb_1 = true;
_stic.in_vb_2 = true;