music plays

This commit is contained in:
2024-12-05 02:20:45 -05:00
parent a2e3fe71cc
commit 73aa0b4c63
5 changed files with 70 additions and 17 deletions
Regular → Executable
+2 -2
View File
@@ -16,7 +16,7 @@
;*
;* 3. Because of RMTplayer provides a lot of effects, it spent a lot of CPU time.
;*
STEREOMODE equ 0 ;0 => compile RMTplayer for 4 tracks mono
;* STEREOMODE equ 0..3 ;0 => compile RMTplayer for 4 tracks mono
;* ;1 => compile RMTplayer for 8 tracks stereo
;* ;2 => compile RMTplayer for 4 tracks stereo L1 R2 R3 L4
;* ;3 => compile RMTplayer for 4 tracks stereo L1 L2 R3 R4
@@ -27,7 +27,7 @@ TRACKS equ 8
TRACKS equ 4
EIF
;*
;PLAYER equ $3400
PLAYER equ *+$400 ;equ $4400
;*
;* RMT FEATures definitions file
;* For optimizations of RMT player routine to concrete RMT modul only!