From 2d648173a651cb5e8164af16bfdcfceb67acd084 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Mon, 31 Jul 2017 19:58:40 -0400 Subject: [PATCH] Update A7800Hawk.IEmulator.cs --- .../Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs index fc8eb4bc34..82fc52e990 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/A7800Hawk.IEmulator.cs @@ -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; }