mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
pt3: get dumper working again
This commit is contained in:
parent
315d9ab621
commit
53400a72ab
@ -34,7 +34,7 @@ Times: Validated
|
|||||||
CH.PT3: 1D.12 29 2:49 169 17.2%
|
CH.PT3: 1D.12 29 2:49 169 17.2%
|
||||||
CR.PT3: 0F.25 15 1:30 90 16.7%
|
CR.PT3: 0F.25 15 1:30 90 16.7%
|
||||||
DF.PT3: 19.1C 25 2:27 147 17.0%
|
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%
|
F4.PT3: 18.1D 24 2:16 136 17.6%
|
||||||
FC.PT3: 20.24 32 3:12 192 16.7%
|
FC.PT3: 20.24 32 3:12 192 16.7%
|
||||||
FR.PT3: 0B.0A 11 1:01 61 18.0%
|
FR.PT3: 0B.0A 11 1:01 61 18.0%
|
||||||
|
@ -29,6 +29,9 @@ pt3_setup:
|
|||||||
sta DONE_PLAYING
|
sta DONE_PLAYING
|
||||||
sta WHICH_FILE
|
sta WHICH_FILE
|
||||||
|
|
||||||
|
; Set to 1MHz mode (no translate) for validation purposes
|
||||||
|
sta convert_177
|
||||||
|
|
||||||
|
|
||||||
;==================
|
;==================
|
||||||
; load first song
|
; load first song
|
||||||
@ -202,7 +205,7 @@ no_frame_oflo:
|
|||||||
|
|
||||||
|
|
||||||
; check if end
|
; check if end
|
||||||
lda DONE_PLAYING
|
lda DONE_SONG
|
||||||
bne all_done
|
bne all_done
|
||||||
jmp main_loop
|
jmp main_loop
|
||||||
|
|
||||||
@ -413,21 +416,13 @@ FRAMEH: .byte $00
|
|||||||
|
|
||||||
song_list:
|
song_list:
|
||||||
|
|
||||||
.include "song_list.inc"
|
.asciiz "EA.PT3"
|
||||||
|
|
||||||
;=========
|
;=========
|
||||||
;routines
|
;routines
|
||||||
;=========
|
;=========
|
||||||
.include "qkumba_rts.s"
|
.include "qkumba_rts.s"
|
||||||
.include "../asm_routines/keypress_minimal.s"
|
|
||||||
.include "pt3_lib.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"
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user