aboutsummaryrefslogtreecommitdiff
path: root/src-z80/player/fm.z80
diff options
context:
space:
mode:
authorJavier Degirolmo2012-10-04 13:35:39 -0300
committerJavier Degirolmo2012-10-04 13:35:39 -0300
commit4682fbf2759ee6adef18ea972e499c662c529547 (patch)
tree06d8316b7085274ccd2d4673264dc2b8b043334e /src-z80/player/fm.z80
parent67c7eec5c423779acd205c7955b6c178cfd2363a (diff)
Well, that makes for some interesting overflows...
Diffstat (limited to 'src-z80/player/fm.z80')
-rw-r--r--src-z80/player/fm.z802
1 files changed, 1 insertions, 1 deletions
diff --git a/src-z80/player/fm.z80 b/src-z80/player/fm.z80
index 65a6c55..eb28d9c 100644
--- a/src-z80/player/fm.z80
+++ b/src-z80/player/fm.z80
@@ -630,7 +630,7 @@ SetFMParamBGM:
and $07 ; Store parameters
ld h, RAM_BGMFMPan>>8
add RAM_BGMFMPan&$FF
- ld l, h
+ ld l, a
ld (hl), b
ex af, af'