mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-21 06:39:43 +02:00
Smol fix
This commit is contained in:
+1
-1
@@ -437,7 +437,7 @@ wait_for_timer
|
||||
asl ; * 2
|
||||
tay ;Y = 2,4,..,16 instrument number * 2 (0,2,4,..,126)
|
||||
ldx #3 ;X = 0 channel (0..3 or 0..7 for stereo module)
|
||||
lda #00 ;A = 0 note (0..60)
|
||||
lda #0 ;A = 0 note (0..60)
|
||||
jsr RASTERMUSICTRACKER+15 ;RMT_SFX start tone (It works only if FEAT_SFX is enabled !!!)
|
||||
lda #$ff
|
||||
sta sfx_effect ;reinit value
|
||||
|
||||
BIN
Binary file not shown.
+2
-2
@@ -1,5 +1,5 @@
|
||||
;* --------BEGIN--------
|
||||
;* Z:\GitHub\Young-lumberjack\msx\tbm2_str.rmt
|
||||
;* C:\Atari\rmt\rmt128\tbm2_str2.rmt
|
||||
FEAT_SFX equ 1
|
||||
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
||||
FEAT_NOSTARTINGSONGLINE equ 0
|
||||
@@ -33,7 +33,7 @@ FEAT_VOLUMEONLYG3R equ 0 ;(0 times)
|
||||
FEAT_TABLETYPE equ 0 ;(0 times)
|
||||
FEAT_TABLEMODE equ 0 ;(0 times)
|
||||
FEAT_TABLEGO equ 0 ;(0 times)
|
||||
FEAT_AUDCTLMANUALSET equ 0 ;(0 times)
|
||||
FEAT_AUDCTLMANUALSET equ 1 ;(2 times)
|
||||
FEAT_VOLUMEMIN equ 0 ;(0 times)
|
||||
FEAT_EFFECTVIBRATO equ 0 ;(0 times)
|
||||
FEAT_EFFECTFSHIFT equ 1 ;(1 times)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user