From: geijoenr Date: Sun, 4 Jan 2015 20:46:58 +0000 (+0100) Subject: vdp2: fix scroll_up X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4fc17ab99a66c0ff2ebf66f3d6af870678e39c28;p=FUZIX.git vdp2: fix scroll_up --- diff --git a/Kernel/dev/vdp2.s b/Kernel/dev/vdp2.s index 60e68685..a09cdddf 100644 --- a/Kernel/dev/vdp2.s +++ b/Kernel/dev/vdp2.s @@ -173,7 +173,6 @@ upline: ret _scroll_up: - ret ld b, #23 ld de, #80 ; start of second line downline: push bc @@ -190,6 +189,7 @@ downline: push bc add hl, de out (c), l out (c), h + dec c ld hl, #scrollbuf ld b, #80 otir