mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
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:
@@ -1,2 +1,2 @@
|
|||||||
10 PRINT "PT3 PLAYER V1.0"
|
10 PRINT "PT3 PLAYER V1.0"
|
||||||
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"
|
100 PRINT CHR$ (4)"BRUN PT3_PLAYER"
|
||||||
|
@@ -23,11 +23,10 @@ pt3_setup:
|
|||||||
|
|
||||||
bit LORES ; Lo-res graphics
|
bit LORES ; Lo-res graphics
|
||||||
bit SET_GR
|
bit SET_GR
|
||||||
bit TEXTGR ; split text/graphics
|
bit TEXTGR ; split text/graphics
|
||||||
|
|
||||||
jsr clear_screens
|
jsr clear_screens
|
||||||
|
|
||||||
|
|
||||||
;===============================
|
;===============================
|
||||||
; Check for Apple II/II+/IIe/IIc
|
; Check for Apple II/II+/IIe/IIc
|
||||||
;===============================
|
;===============================
|
||||||
|
Reference in New Issue
Block a user