PseudoStereo switch moved to feat.txt file

This commit is contained in:
Pecusx
2025-07-21 11:40:16 +02:00
parent f88e5f0bcb
commit aa715e5b21
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
;---------------------------------------------------
.macro build
dta d"0.81" ; number of this build (4 bytes)
dta d"0.82" ; number of this build (4 bytes)
.endm
.macro RMTSong
+1
View File
@@ -1,4 +1,5 @@
STEREOMODE equ 0
PSEUDOSTEREO equ 1
;* --------BEGIN--------
;* Z:\GitHub\Young-lumberjack\msx\tbm5_str.rmt
FEAT_SFX equ 1
+8 -6
View File
@@ -21,6 +21,14 @@
;* ;2 => compile RMTplayer for 4 tracks stereo L1 R2 R3 L4
;* ;3 => compile RMTplayer for 4 tracks stereo L1 L2 R3 R4
;*
; Message from Pecus:
; This is a new minor feature.
; It only works if STEREOMODE is set to 0 (mono)
; If on then plays on the second POKEY all sounds delayed by one frame.
;
; PSEUDOSTEREO equ 0/1
;
;*
;* RMT FEATures definitions file
;* For optimizations of RMT player routine to concrete RMT modul only!
icl "feat.txt"
@@ -31,12 +39,6 @@ TRACKS equ 8
TRACKS equ 4
.ENDIF
; Message from Pecus:
; This is a new minor feature.
; It only works if STEREOMODE is set to 0
; It plays on the second POKEY all sounds delayed by one frame.
PSEUDOSTEREO equ 1 ; 0=off , 1=on
;*
;*PLAYER equ $3400