diff options
Diffstat (limited to 'src-z80/player/misc.z80')
| -rw-r--r-- | src-z80/player/misc.z80 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-z80/player/misc.z80 b/src-z80/player/misc.z80 index 56e11b4..fa823ab 100644 --- a/src-z80/player/misc.z80 +++ b/src-z80/player/misc.z80 @@ -119,7 +119,8 @@ RefreshVolume: .fixfmvolok: ld b, a ld a, l - call SetFMVolLoad + and $07 + call SetFMVolTempLoad inc l inc e dec c |
