From 84ca3186406f65f65a18b18130dcecab2c78e2d3 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Wed, 7 Dec 2011 19:58:15 -0300 Subject: Some updates... Trying to fix SFX restoring but still broken --- src-z80/core/sfx.z80 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src-z80/core/sfx.z80') diff --git a/src-z80/core/sfx.z80 b/src-z80/core/sfx.z80 index f32a8f0..6a553bb 100644 --- a/src-z80/core/sfx.z80 +++ b/src-z80/core/sfx.z80 @@ -284,13 +284,9 @@ ClearSFX: ld l, a push bc - push de - push hl ld a, b ld b, (hl) call LoadFMDirect - pop hl - pop de pop bc PollPCM @@ -298,6 +294,7 @@ ClearSFX: ld a, b ; Restore BGM FM volume add RAM_BGMFMVol&$FF ld l, a + ld a, b ld b, (hl) call SetFMVolLoad -- cgit v1.2.3