From 46ce4f706ea47d16db70018baedd5eb6c691ef95 Mon Sep 17 00:00:00 2001 From: Sik Date: Tue, 9 Oct 2018 13:47:50 -0300 Subject: Fixed bug where pausing and unpausing would make FM1 quieter over time --- src-z80/player/psg.z80 | 1 + 1 file changed, 1 insertion(+) (limited to 'src-z80/player/psg.z80') diff --git a/src-z80/player/psg.z80 b/src-z80/player/psg.z80 index 892931a..9150855 100644 --- a/src-z80/player/psg.z80 +++ b/src-z80/player/psg.z80 @@ -564,6 +564,7 @@ LoadPSGBGM: PollPCM + xor a ld (hl), a ; Reset volume for BGM dec l -- cgit v1.2.3