Fix RAMRD effecting pages 0,1

This commit is contained in:
Michaelangel007 2017-11-09 17:51:50 -08:00
parent fcfbe7ff91
commit f918f6e3fd
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.