diff options
| author | Javier Degirolmo | 2012-10-09 02:51:12 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2012-10-09 02:51:12 -0300 |
| commit | 2d5fba0860fa2b35627de10b78e734ce3c3b6a8b (patch) | |
| tree | 2f6f0a4b63e2497a93b0bde0097010d1173e221b /src-z80 | |
| parent | 4682fbf2759ee6adef18ea972e499c662c529547 (diff) | |
Another stereo bugfix
Diffstat (limited to 'src-z80')
| -rw-r--r-- | src-z80/player/fm.z80 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-z80/player/fm.z80 b/src-z80/player/fm.z80 index eb28d9c..558a01d 100644 --- a/src-z80/player/fm.z80 +++ b/src-z80/player/fm.z80 @@ -613,13 +613,13 @@ SetFMParamSFX: SetFMParamBGM: ld b, a PollPCM - ld a, b ld a, b ; Determine which port to write and $04 rrca ld iyl, a + ld a, b ex af, af' PollPCM call GetParam ; Get parameters |
