diff --git a/BizHawk.Emulation/Computers/Commodore64/MOS/Vic.cs b/BizHawk.Emulation/Computers/Commodore64/MOS/Vic.cs index 2c45327d05..a9f8ab0a4d 100644 --- a/BizHawk.Emulation/Computers/Commodore64/MOS/Vic.cs +++ b/BizHawk.Emulation/Computers/Commodore64/MOS/Vic.cs @@ -180,7 +180,7 @@ namespace BizHawk.Emulation.Computers.Commodore64.MOS { { - debugScreen = true; + debugScreen = false; totalCycles = newCycles; totalLines = newLines; @@ -663,7 +663,7 @@ namespace BizHawk.Emulation.Computers.Commodore64.MOS { { - renderEnabled = true;//bufRect.Contains(bufPoint); + renderEnabled = bufRect.Contains(bufPoint); for (int i = 0; i < 4; i++) {