scroll up/down were reversed.

This commit is contained in:
Kelvin Sherlock 2021-04-04 22:54:53 -04:00
parent 147694ca66
commit ab12cc184d
1 changed files with 2 additions and 2 deletions

4
vt52.S
View File

@ -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