mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
pt3: bump it up to 18 songs
This commit is contained in:
parent
d991e32327
commit
3d35f781fe
@ -27,6 +27,10 @@ pt3_player.dsk: PT3_PLAYER HELLO
|
|||||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/MB.PT3
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/MB.PT3
|
||||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/RI.PT3
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/RI.PT3
|
||||||
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/SD.PT3
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/SD.PT3
|
||||||
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/FR.PT3
|
||||||
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/CH.PT3
|
||||||
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/BH.PT3
|
||||||
|
$(DOS33) -y pt3_player.dsk BSAVE -a 0x4000 ./music/ND.PT3
|
||||||
|
|
||||||
|
|
||||||
pt3_debug.dsk: PT3_PLAYER PT3_DUMPER PT3_TIMER HELLO_DEBUG DUMP
|
pt3_debug.dsk: PT3_PLAYER PT3_DUMPER PT3_TIMER HELLO_DEBUG DUMP
|
||||||
|
@ -25,9 +25,9 @@ some further out things
|
|||||||
Player:
|
Player:
|
||||||
1. Loop support
|
1. Loop support
|
||||||
2. Keys to increase/decrease pattern
|
2. Keys to increase/decrease pattern
|
||||||
3. Show num files total (on file 4/10)
|
3. Handle LZ4 compressed files?
|
||||||
4. Handle LZ4 compressed files?
|
4. Have RTS code exit with error if file not found
|
||||||
5. Have RTS code exit with error if file not found
|
5. Center the title/author?
|
||||||
|
|
||||||
Bugs:
|
Bugs:
|
||||||
Sometimes when using arrows, the next song will have channels out
|
Sometimes when using arrows, the next song will have channels out
|
||||||
|
BIN
pt3_player/music/BH.PT3
Normal file
BIN
pt3_player/music/BH.PT3
Normal file
Binary file not shown.
BIN
pt3_player/music/CH.PT3
Normal file
BIN
pt3_player/music/CH.PT3
Normal file
Binary file not shown.
BIN
pt3_player/music/FR.PT3
Normal file
BIN
pt3_player/music/FR.PT3
Normal file
Binary file not shown.
BIN
pt3_player/music/ND.PT3
Normal file
BIN
pt3_player/music/ND.PT3
Normal file
Binary file not shown.
@ -5,7 +5,7 @@
|
|||||||
PT3_LOC = $4000
|
PT3_LOC = $4000
|
||||||
|
|
||||||
|
|
||||||
NUM_FILES EQU 14
|
NUM_FILES EQU 18
|
||||||
|
|
||||||
|
|
||||||
;=============================
|
;=============================
|
||||||
|
@ -12,4 +12,8 @@
|
|||||||
.asciiz "MB.PT3"
|
.asciiz "MB.PT3"
|
||||||
.asciiz "RI.PT3"
|
.asciiz "RI.PT3"
|
||||||
.asciiz "SD.PT3"
|
.asciiz "SD.PT3"
|
||||||
|
.asciiz "FR.PT3"
|
||||||
|
.asciiz "CH.PT3"
|
||||||
|
.asciiz "BH.PT3"
|
||||||
|
.asciiz "ND.PT3"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user