sa: remove commented out code

This commit is contained in:
Vince Weaver 2018-06-05 09:54:40 -04:00
parent bde01744c8
commit 0f9f48a508
2 changed files with 0 additions and 62 deletions

View File

@ -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
;==============================

View File

@ -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
;==============================