From b4fda77b6c51787029cd806a40f927e7eb259a28 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Tue, 3 May 2011 21:40:51 +0000
Subject: [PATCH] The TGI kernel will call SETVIEWPAGE(0) after calling INIT so
there's no need to switch to the first page here.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5022 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/apple2/apple2-280-192-8.s | 1 -
1 file changed, 1 deletion(-)
diff --git a/libsrc/apple2/apple2-280-192-8.s b/libsrc/apple2/apple2-280-192-8.s
index 36bae836e..6577474ef 100644
--- a/libsrc/apple2/apple2-280-192-8.s
+++ b/libsrc/apple2/apple2-280-192-8.s
@@ -167,7 +167,6 @@ UNINSTALL:
INIT:
; Switch into graphics mode
bit MIXCLR
- bit LOWSCR
bit HIRES
bit TXTCLR
--
2.39.5