diff options
| author | Javier Degirolmo | 2011-11-08 20:42:48 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2011-11-08 20:42:48 -0300 |
| commit | e74812eb87574c625a28c1fe8e35cd6708ec6c88 (patch) | |
| tree | b5bf03f0088de5c85655e4676f51bb0976b62bbd /src-z80/player/pcm.z80 | |
| parent | ec2abd03428ae2c282860f0f2adb0c974586ff4b (diff) | |
Cleanup and bugfixes. SFXs now restore BGM volume when unlocking, but seems still buggy.
Diffstat (limited to 'src-z80/player/pcm.z80')
| -rw-r--r-- | src-z80/player/pcm.z80 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-z80/player/pcm.z80 b/src-z80/player/pcm.z80 index 44bc236..71b0d72 100644 --- a/src-z80/player/pcm.z80 +++ b/src-z80/player/pcm.z80 @@ -53,6 +53,7 @@ UpdatePCM: ;ld (ix+1), $FE ;ld (ix+0), $25 ;ld (ix+1), $03 + ld (ix+0), $27 ld (ix+1), $1F |
