From dcdb88311a05e9bd18f3f1963751a5278afa5490 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 18 Jun 2019 13:43:33 -0400 Subject: [PATCH] pt3: minor whitespace changes chasing some sort of weird issue where PAGE2 left set on reset Not sure what it was --- pt3_player/hello.bas | 2 +- pt3_player/pt3_player.s | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pt3_player/hello.bas b/pt3_player/hello.bas index ef8bd500..0f3ec8c5 100644 --- a/pt3_player/hello.bas +++ b/pt3_player/hello.bas @@ -1,2 +1,2 @@ 10 PRINT "PT3 PLAYER V1.0" - 100 PRINT CHR$ (4)"BRUN PT3_PLAYER" + 100 PRINT CHR$ (4)"BRUN PT3_PLAYER" diff --git a/pt3_player/pt3_player.s b/pt3_player/pt3_player.s index d0cb3ccd..d1133619 100644 --- a/pt3_player/pt3_player.s +++ b/pt3_player/pt3_player.s @@ -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 ;===============================