diff --git a/still_alive/sa_ed.s b/still_alive/sa_ed.s index 860e37f0..ab46f8a6 100644 --- a/still_alive/sa_ed.s +++ b/still_alive/sa_ed.s @@ -7,37 +7,6 @@ still_alive_ed: lda #0 sta FRAME_COUNT - - ;=========================== - ; clear both screens - ;=========================== - -; lda FORTYCOL -; bne only_forty_ed - -;switch_to_80_ed: - - ; Initialize 80 column firmware -; jsr $C300 ; same as PR#3 -; sta SET80COL ; 80store C001 - ; makes pageflip switch between - ; regular/aux memory - -;only_forty_ed: - - ; Clear text page0 - -; jsr HOME - - - ;============================ - ; Draw Lineart around edges - ;============================ - -; jsr setup_edges - -; jsr HOME - ;============================== ; Setup lyrics ;============================== diff --git a/still_alive/sa_mb.s b/still_alive/sa_mb.s index dbc2b1d6..8430f502 100644 --- a/still_alive/sa_mb.s +++ b/still_alive/sa_mb.s @@ -76,37 +76,6 @@ mockingboard_found: - - ;=========================== - ; clear both screens - ;=========================== - -; lda FORTYCOL -; bne only_forty - -;switch_to_80: - - ; Initialize 80 column firmware -; jsr $C300 ; same as PR#3 -; sta SET80COL ; 80store C001 - ; makes pageflip switch between - ; regular/aux memory - -;only_forty: - - ; Clear text page0 - -; jsr HOME - - - ;============================ - ; Draw Lineart around edges - ;============================ - -; jsr setup_edges - -; jsr HOME - ;============================== ; Setup lyrics ;==============================