From 0f9f48a5087fce20d3720f00f6409cd8a65be51e Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 5 Jun 2018 09:54:40 -0400 Subject: [PATCH] sa: remove commented out code --- still_alive/sa_ed.s | 31 ------------------------------- still_alive/sa_mb.s | 31 ------------------------------- 2 files changed, 62 deletions(-) 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 ;==============================