diff --git a/lumber.asm b/lumber.asm index 165eb0b..501ed30 100644 --- a/lumber.asm +++ b/lumber.asm @@ -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 diff --git a/lumber.xex b/lumber.xex index 11d451e..f5e96bc 100644 Binary files a/lumber.xex and b/lumber.xex differ diff --git a/msx/feat.txt b/msx/feat.txt index 20bff19..eb9d6ed 100644 --- a/msx/feat.txt +++ b/msx/feat.txt @@ -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) diff --git a/msx/tbm2_str.rmt b/msx/tbm2_str.rmt index 3d512bb..8ce9f9f 100644 Binary files a/msx/tbm2_str.rmt and b/msx/tbm2_str.rmt differ