pt3: get dumper working again

This commit is contained in:
Vince Weaver 2019-05-20 00:09:38 -04:00
parent 315d9ab621
commit 53400a72ab
2 changed files with 7 additions and 12 deletions

View File

@ -34,7 +34,7 @@ Times: Validated
CH.PT3: 1D.12 29 2:49 169 17.2%
CR.PT3: 0F.25 15 1:30 90 16.7%
DF.PT3: 19.1C 25 2:27 147 17.0%
EA.PT3: 1E.13 30 2:53 173 17.3%
EA.PT3: 1E.13 30 2:53 173 17.3% Yes
F4.PT3: 18.1D 24 2:16 136 17.6%
FC.PT3: 20.24 32 3:12 192 16.7%
FR.PT3: 0B.0A 11 1:01 61 18.0%

View File

@ -29,6 +29,9 @@ pt3_setup:
sta DONE_PLAYING
sta WHICH_FILE
; Set to 1MHz mode (no translate) for validation purposes
sta convert_177
;==================
; load first song
@ -202,7 +205,7 @@ no_frame_oflo:
; check if end
lda DONE_PLAYING
lda DONE_SONG
bne all_done
jmp main_loop
@ -413,21 +416,13 @@ FRAMEH: .byte $00
song_list:
.include "song_list.inc"
.asciiz "EA.PT3"
;=========
;routines
;=========
.include "qkumba_rts.s"
.include "../asm_routines/keypress_minimal.s"
.include "pt3_lib.s"
;=========
; strings
;=========
;mocking_message: .asciiz "LOOKING FOR MOCKINGBOARD IN SLOT #4"
;not_message: .byte "NOT "
;found_message: .asciiz "FOUND"
;done_message: .asciiz "DONE PLAYING"
;loading_message: .asciiz "LOADING"