diff --git a/lumber.asm b/lumber.asm index 7ab6c16..3b9e258 100644 --- a/lumber.asm +++ b/lumber.asm @@ -12,7 +12,7 @@ ;--------------------------------------------------- .macro build - dta d"0.79" ; number of this build (4 bytes) + dta d"0.80" ; number of this build (4 bytes) .endm .macro RMTSong @@ -4138,11 +4138,11 @@ PLAYER ;------------------------------------------------- ;------------------------------------------------- ; music and sfx - org $a900 ; address of RMT module + org $b000 ; address of RMT module MODUL ; RMT module is standard Atari binary file already ; include music RMT module: - ins "msx/tbm4_str.rmt",+6 + ins "msx/tbm5_str.rmt",+6 MODULEND ;----------------------------------- @@ -4155,13 +4155,10 @@ sfx_go2 = $0d ; RMT songs (lines) ;-------------------------------- song_main_menu = $00 -song_ingame = $1c +song_ingame = $17 song_game_over = $0d -song_go = $15 -song_go1 = $11 -song_go2 = $13 -song_scores = $17 -song_empty = $12 +song_go = $10 +song_scores = $12 RUN main diff --git a/lumber.xex b/lumber.xex index bbd55d0..0505fd6 100644 Binary files a/lumber.xex and b/lumber.xex differ diff --git a/msx/feat.txt b/msx/feat.txt index 992b360..a14c6be 100644 --- a/msx/feat.txt +++ b/msx/feat.txt @@ -1,12 +1,12 @@ STEREOMODE equ 0 ;* --------BEGIN-------- -;* Z:\GitHub\Young-lumberjack\msx\tbm4_str.rmt +;* Z:\GitHub\Young-lumberjack\msx\tbm5_str.rmt FEAT_SFX equ 1 FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable FEAT_NOSTARTINGSONGLINE equ 0 FEAT_INSTRSPEED equ 1 -FEAT_CONSTANTSPEED equ 0 ;(12 times) -FEAT_COMMAND1 equ 1 ;(20 times) +FEAT_CONSTANTSPEED equ 0 ;(10 times) +FEAT_COMMAND1 equ 0 ;(0 times) FEAT_COMMAND2 equ 0 ;(0 times) FEAT_COMMAND3 equ 0 ;(0 times) FEAT_COMMAND4 equ 0 ;(0 times) @@ -34,7 +34,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 1 ;(3 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/tbm5.rmt b/msx/tbm5.rmt index 4c90b51..553b4af 100644 Binary files a/msx/tbm5.rmt and b/msx/tbm5.rmt differ diff --git a/msx/tbm5_str.rmt b/msx/tbm5_str.rmt new file mode 100644 index 0000000..26603c0 Binary files /dev/null and b/msx/tbm5_str.rmt differ