Update A7800Hawk.IEmulator.cs
This commit is contained in:
parent
e6a0b20219
commit
2d648173a6
|
@ -54,8 +54,6 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
|
|||
|
||||
public void FrameAdvance(IController controller, bool render, bool rendersound)
|
||||
{
|
||||
Console.WriteLine("-----------------------FRAME-----------------------");
|
||||
|
||||
if (_tracer.Enabled)
|
||||
{
|
||||
cpu.TraceCallback = s => _tracer.Put(s);
|
||||
|
@ -321,7 +319,6 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk
|
|||
if (_syncSettings.Filter != "None")
|
||||
{
|
||||
apply_filter();
|
||||
Console.WriteLine("works!");
|
||||
}
|
||||
return _vidbuffer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue