diff --git a/softswitch.bas b/softswitch.bas index d03d4c7..1178a2e 100644 --- a/softswitch.bas +++ b/softswitch.bas @@ -71,7 +71,7 @@ 650 Y=15:U=RAM:V=SPC:W=SPC:GOSUB 3:GOSUB 2:REM $0800 660 Y=17:U=RAM:V=SPC:W=SPC:GOSUB 3:GOSUB 7:REM $0400 670 Y=19:U=RAM:V=SPC:W=SPC:GOSUB 3:GOSUB 2:REM $0200 -680 Y=21:U=RAM:V=RAM:W=RAM:GOSUB 3:GOSUB 1:REM $0000 +680 Y=21:U=RAM:V=RAM:W=RAM:GOSUB 1:REM $0000 690 VTAB 1 700 K=PEEK(49152):IF K<128 THEN 700 710 K=K-128:POKE 49168,0:IF K = 27 THEN VTAB 1:END diff --git a/softswitch.po b/softswitch.po index 6cab7dd..9284583 100644 Binary files a/softswitch.po and b/softswitch.po differ