From 14a2952faf31dd91f95df8aad6a5ee9725b42f13 Mon Sep 17 00:00:00 2001 From: saxxonpike Date: Sat, 17 Aug 2013 10:52:45 +0000 Subject: [PATCH] Commodore64: Whoops. Forgot to disable debug borders. --- BizHawk.Emulation/Computers/Commodore64/MOS/Vic.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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++) {