Music update

This commit is contained in:
Pecusx
2025-07-20 20:38:54 +02:00
parent 538d673084
commit 75b8968b2e
5 changed files with 10 additions and 13 deletions
+6 -9
View File
@@ -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
BIN
View File
Binary file not shown.
+4 -4
View File
@@ -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)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.