From 6f3dff1c639ca17f7c3f677d183e63ce9fda2be0 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 24 May 2018 14:47:49 -0400 Subject: [PATCH] sa: strip out some unused stuff --- still_alive/README.still_alive | 1 + still_alive/still_alive.s | 24 ++---------------------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/still_alive/README.still_alive b/still_alive/README.still_alive index cec3621c..481c5e44 100644 --- a/still_alive/README.still_alive +++ b/still_alive/README.still_alive @@ -34,6 +34,7 @@ add cursor (a bit distracting) 20162 feature complete 40 col: 20180 intial 80 col support: 20191 80 col cursor: 20344 +strip out some unneeded text printing: 19962 Memory Map diff --git a/still_alive/still_alive.s b/still_alive/still_alive.s index 27b1cd99..76b5b752 100644 --- a/still_alive/still_alive.s +++ b/still_alive/still_alive.s @@ -15,8 +15,6 @@ UNPACK_BUFFER EQU $5E00 ; $5E00 - $9600, 14k, $3800 ; init variables lda #0 - sta CH - sta CV sta DONE_PLAYING sta MB_CHUNK_OFFSET sta DECODE_ERROR @@ -26,25 +24,12 @@ UNPACK_BUFFER EQU $5E00 ; $5E00 - $9600, 14k, $3800 lda #0 sta FORTYCOL - ; print detection message - - lda #mocking_message - sta OUTH - jsr move_and_print ; print it - jsr mockingboard_detect_slot4 ; call detection routine cpx #$1 beq mockingboard_found - lda #not_message - sta OUTH - inc CV - jsr move_and_print - + ; Not found. + ; Print a message for debugging? jmp forever_loop ; and wait forever mockingboard_found: @@ -331,9 +316,7 @@ page_copy_loop: ;routines ;========= .include "../asm_routines/gr_offsets.s" -.include "../asm_routines/text_print.s" .include "../asm_routines/mockingboard_a.s" -.include "../asm_routines/gr_fast_clear.s" .include "../asm_routines/lz4_decode.s" .include "display_art.s" @@ -344,9 +327,6 @@ page_copy_loop: ;========= ; strings ;========= -mocking_message: .asciiz "LOOKING FOR MOCKINGBOARD IN SLOT #4" -not_message: .byte "NOT " -loading_message: .asciiz "LOADING" lyrics: