scroll up/down were reversed.

This commit is contained in:
Kelvin Sherlock 2021-04-04 22:54:53 -04:00
parent 147694ca66
commit ab12cc184d

4
vt52.S
View File

@ -187,7 +187,7 @@ clear_table
dw c20,c21,c22,c23 dw c20,c21,c22,c23
scroll_up scroll_down
cp $0480;$0400 cp $0480;$0400
cp $0500;$0480 cp $0500;$0480
@ -217,7 +217,7 @@ scroll_up
cc $07d0 cc $07d0
rts rts
scroll_down scroll_up
cp $0750;$07d0 cp $0750;$07d0
cp $06d0;$0750 cp $06d0;$0750