Update Intellivision.IEmulator.cs
This commit is contained in:
parent
8c7e5098c0
commit
98a73ee982
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue