mirror of
https://github.com/pkali/Avery_Breakout.git
synced 2026-05-20 22:33:55 +02:00
music plays
This commit is contained in:
Regular → Executable
+2
-2
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user