From f7ef91fd060eaa724bdb6940fd1b21dd08923837 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Fri, 9 Dec 2011 08:29:41 -0300 Subject: Fixed FM volume restoring bug (I hope?) --- src-z80/core/sfx.z80 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-z80/core/sfx.z80') 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 -- cgit v1.2.3