From ab12cc184ded41db0f42c8c297961069e922715e Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 4 Apr 2021 22:54:53 -0400 Subject: [PATCH] scroll up/down were reversed. --- vt52.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vt52.S b/vt52.S index 5a30443..d2d3a35 100644 --- a/vt52.S +++ b/vt52.S @@ -187,7 +187,7 @@ clear_table dw c20,c21,c22,c23 -scroll_up +scroll_down cp $0480;$0400 cp $0500;$0480 @@ -217,7 +217,7 @@ scroll_up cc $07d0 rts -scroll_down +scroll_up cp $0750;$07d0 cp $06d0;$0750