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/main.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-z80/core/main.z80') diff --git a/src-z80/core/main.z80 b/src-z80/core/main.z80 index bc63da9..5d9b7f6 100644 --- a/src-z80/core/main.z80 +++ b/src-z80/core/main.z80 @@ -309,7 +309,7 @@ GetParam: .noswitchp: ld b, (hl) ; Get volume - PollPCM + ;PollPCM inc l ; Get next address jp nz, .nonewbankp -- cgit v1.2.3