From 4737ad93d5cc8882675eaa12533937b88763ed29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20M=C3=BChlstrasser?= Date: Wed, 25 Feb 2015 23:50:02 +0100 Subject: [PATCH] Temporarily undo the 25 line change. This is not yet consistent with the first visible character on the screen. --- libsrc/osic1p/osic1p.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/osic1p/osic1p.inc b/libsrc/osic1p/osic1p.inc index d209b258d..232c471aa 100644 --- a/libsrc/osic1p/osic1p.inc +++ b/libsrc/osic1p/osic1p.inc @@ -7,4 +7,4 @@ KBD := $DF00 ; Polled keyboard register ; Other definitions VIDEORAMSIZE = $0400 ; Size of C1P video RAM (1 kB) SCR_WIDTH = $18 ; Screen width -SCR_HEIGHT = $19 ; Screen height +SCR_HEIGHT = $18 ; Screen height -- 2.39.5