From e4da3571aa25e5798e1d96fe3df600bcd806403d Mon Sep 17 00:00:00 2001 From: Sik Date: Sun, 31 Mar 2019 19:27:51 -0300 Subject: Echo 1.64, random bugfixes --- src-z80/core/vars.z80 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-z80/core/vars.z80') diff --git a/src-z80/core/vars.z80 b/src-z80/core/vars.z80 index 321d552..23b15b5 100644 --- a/src-z80/core/vars.z80 +++ b/src-z80/core/vars.z80 @@ -14,7 +14,7 @@ RAM_PSGData: ds 4*16 ; PSG envelope data ; ds 1 ... BGM channel volume RAM_BGMFMInstr: ds 8 ; FM instruments used by BGM -RAM_BGMFMVol: ds 8 ; FM volumes used by BGM +RAM_BGMFMVol: ds 8, $7F ; FM volumes used by BGM RAM_BGMFMPan: ds 8, $C0 ; FM panning used by BGM RAM_FMVol: ds 8 ; FM volume of each channel -- cgit v1.2.3