mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-11-21 20:30:56 +00:00
scroll up/down were reversed.
This commit is contained in:
parent
147694ca66
commit
ab12cc184d
4
vt52.S
4
vt52.S
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user