From: Stephan Mühlstrasser Date: Wed, 25 Feb 2015 22:50:02 +0000 (+0100) Subject: Temporarily undo the 25 line change. X-Git-Tag: V2.15~20^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4737ad93d5cc8882675eaa12533937b88763ed29;p=cc65 Temporarily undo the 25 line change. This is not yet consistent with the first visible character on the screen. --- 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