Audio hack - test

This commit is contained in:
Pecusx
2025-06-02 09:00:57 +02:00
parent 67a0140a86
commit c240b69110
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -436,7 +436,7 @@ wait_for_timer
bmi lab2
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)
ldx #0 ;X = 0 channel (0..3 or 0..7 for stereo module)
lda #0 ;A = 0 note (0..60)
jsr RASTERMUSICTRACKER+15 ;RMT_SFX start tone (It works only if FEAT_SFX is enabled !!!)
lda #$ff
@@ -2031,6 +2031,7 @@ next_line
dex
bne @-
;RMTsong song_go1
mva #%00000100 AUDCTL ; audio hack
mva #sfx_go1 sfx_effect
pause 25
dey
BIN
View File
Binary file not shown.