aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/sfx.z80
diff options
context:
space:
mode:
Diffstat (limited to 'src-z80/core/sfx.z80')
-rw-r--r--src-z80/core/sfx.z802
1 files changed, 2 insertions, 0 deletions
diff --git a/src-z80/core/sfx.z80 b/src-z80/core/sfx.z80
index 6a553bb..d008f0b 100644
--- a/src-z80/core/sfx.z80
+++ b/src-z80/core/sfx.z80
@@ -291,12 +291,14 @@ ClearSFX:
PollPCM
+ push bc
ld a, b ; Restore BGM FM volume
add RAM_BGMFMVol&$FF
ld l, a
ld a, b
ld b, (hl)
call SetFMVolLoad
+ pop bc
PollPCM
inc b