pt3: minor whitespace changes

chasing some sort of weird issue where PAGE2 left set on reset
Not sure what it was
This commit is contained in:
Vince Weaver 2019-06-18 13:43:33 -04:00
parent 60ce9565a2
commit dcdb88311a
2 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
10 PRINT "PT3 PLAYER V1.0"
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"

View File

@ -23,11 +23,10 @@ pt3_setup:
bit LORES ; Lo-res graphics
bit SET_GR
bit TEXTGR ; split text/graphics
bit TEXTGR ; split text/graphics
jsr clear_screens
;===============================
; Check for Apple II/II+/IIe/IIc
;===============================