mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-27 00:29:35 +00:00
pt3: doing some testing, still looking for bugs
This commit is contained in:
parent
edbd31b1f1
commit
1e9f97f184
@ -32,6 +32,7 @@ pt3_player.dsk: PT3_PLAYER HELLO
|
||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/BH.PT3
|
||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/ND.PT3
|
||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/OO.PT3
|
||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/DY.PT3
|
||||
|
||||
|
||||
pt3_debug.dsk: PT3_DUMPER PT3_TIMER PT3_TABLE_TEST HELLO_DEBUG DUMP
|
||||
|
@ -383,12 +383,12 @@ FRAMEH: .byte $00
|
||||
|
||||
song_list:
|
||||
|
||||
.asciiz "IT.PT3" ; ST
|
||||
; .asciiz "IT.PT3" ; ST
|
||||
; .asciiz "CR.PT3" ; ST
|
||||
; .asciiz "EA.PT3" ; ST
|
||||
; .asciiz "RI.PT3" ; ST
|
||||
; .asciiz "OO.PT3" ; ASM_34_35
|
||||
; .asciiz "DY.PT3" ; ASM_34_35
|
||||
.asciiz "DY.PT3" ; ASM_34_35
|
||||
; .asciiz "BH.PT3" ; PT_34_35
|
||||
; .asciiz "CH.PT3" ; REAL_34_35
|
||||
|
||||
|
@ -13,7 +13,7 @@ PT3_LOC = $4000
|
||||
PT3_USE_ZERO_PAGE = 1
|
||||
|
||||
; Number of files. Should probably detect this automatically
|
||||
NUM_FILES = 19
|
||||
NUM_FILES = 20
|
||||
|
||||
|
||||
;=============================
|
||||
|
@ -17,4 +17,5 @@
|
||||
.asciiz "BH.PT3"
|
||||
.asciiz "ND.PT3"
|
||||
.asciiz "OO.PT3"
|
||||
.asciiz "DY.PT3"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user