From cb6637083b125f8d3727b8641f1ce14b5e18aa25 Mon Sep 17 00:00:00 2001 From: Brendan Robert Date: Wed, 25 Sep 2013 23:58:13 -0500 Subject: [PATCH] Clear mixed hires mode on start -- now we can enjoy the full screen. :-) --- Platform/Apple/virtual/src/raycast/render.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Apple/virtual/src/raycast/render.s b/Platform/Apple/virtual/src/raycast/render.s index 886a2626..6cf3b45a 100644 --- a/Platform/Apple/virtual/src/raycast/render.s +++ b/Platform/Apple/virtual/src/raycast/render.s @@ -1433,6 +1433,7 @@ main: jsr makeDecodeTbls jsr makeLines jsr graphInit + bit clrMixed ; Render the frame and flip it onto the screen @nextFrame: jsr renderFrame