diff options
Diffstat (limited to 'src-z80/core/sfx.z80')
| -rw-r--r-- | src-z80/core/sfx.z80 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-z80/core/sfx.z80 b/src-z80/core/sfx.z80 index 8c5e7dd..2430b74 100644 --- a/src-z80/core/sfx.z80 +++ b/src-z80/core/sfx.z80 @@ -281,6 +281,8 @@ ClearSFX: PollPCM dec b ; Restore FM channel + ld a, b + call KillFM call RestoreFM inc b |
