Longer music

This commit is contained in:
Pecusx
2025-07-20 16:23:22 +02:00
parent 5d5f76ae55
commit ddf843ba72
4 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
;--------------------------------------------------- ;---------------------------------------------------
.macro build .macro build
dta d"0.77" ; number of this build (4 bytes) dta d"0.78" ; number of this build (4 bytes)
.endm .endm
.macro RMTSong .macro RMTSong
@@ -4114,11 +4114,11 @@ PLAYER
;------------------------------------------------- ;-------------------------------------------------
;------------------------------------------------- ;-------------------------------------------------
; music and sfx ; music and sfx
org $b000 ; address of RMT module org $a900 ; address of RMT module
MODUL MODUL
; RMT module is standard Atari binary file already ; RMT module is standard Atari binary file already
; include music RMT module: ; include music RMT module:
ins "msx/tbm3_str.rmt",+6 ins "msx/tbm4_str.rmt",+6
MODULEND MODULEND
;----------------------------------- ;-----------------------------------
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -1,11 +1,11 @@
STEREOMODE equ 0 STEREOMODE equ 0
;* --------BEGIN-------- ;* --------BEGIN--------
;* C:\Documents\GitHub\Young-lumberjack\msx\tbm3_str.rmt ;* Z:\GitHub\Young-lumberjack\msx\tbm4_str.rmt
FEAT_SFX equ 1 FEAT_SFX equ 1
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
FEAT_NOSTARTINGSONGLINE equ 0 FEAT_NOSTARTINGSONGLINE equ 0
FEAT_INSTRSPEED equ 1 FEAT_INSTRSPEED equ 1
FEAT_CONSTANTSPEED equ 0 ;(9 times) FEAT_CONSTANTSPEED equ 0 ;(12 times)
FEAT_COMMAND1 equ 1 ;(20 times) FEAT_COMMAND1 equ 1 ;(20 times)
FEAT_COMMAND2 equ 0 ;(0 times) FEAT_COMMAND2 equ 0 ;(0 times)
FEAT_COMMAND3 equ 0 ;(0 times) FEAT_COMMAND3 equ 0 ;(0 times)
BIN
View File
Binary file not shown.