Commodore64: Whoops. Forgot to disable debug borders.

This commit is contained in:
saxxonpike 2013-08-17 10:52:45 +00:00
parent a3b1fb3c36
commit 14a2952faf
1 changed files with 2 additions and 2 deletions

View File

@ -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++)
{