aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/main.z80
diff options
context:
space:
mode:
authorJavier Degirolmo2011-12-09 08:29:41 -0300
committerJavier Degirolmo2011-12-09 08:29:41 -0300
commitf7ef91fd060eaa724bdb6940fd1b21dd08923837 (patch)
tree6eb32206d72aa7928a1c75bbdb1e0a322b5ce1a7 /src-z80/core/main.z80
parent6446fde6c853329dd62621e5e82e868d7f132f00 (diff)
Fixed FM volume restoring bug (I hope?)
Diffstat (limited to 'src-z80/core/main.z80')
-rw-r--r--src-z80/core/main.z802
1 files changed, 1 insertions, 1 deletions
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