mirror of
https://github.com/Michaelangel007/apple2_softswitch.git
synced 2024-12-21 23:29:40 +00:00
Fix RAMRD effecting pages 0,1
This commit is contained in:
parent
fcfbe7ff91
commit
f918f6e3fd
@ -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
|
||||
|
BIN
softswitch.po
BIN
softswitch.po
Binary file not shown.
Loading…
Reference in New Issue
Block a user