From 09a96b98661257ef03b1dcdd10c546d2b3e99264 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Wed, 12 Oct 2011 14:15:55 -0300 Subject: General update, trying to clean up FM volume code, work in progress --- src-z80/core/vars.z80 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-z80/core/vars.z80') diff --git a/src-z80/core/vars.z80 b/src-z80/core/vars.z80 index ef9a676..3496845 100644 --- a/src-z80/core/vars.z80 +++ b/src-z80/core/vars.z80 @@ -15,7 +15,8 @@ RAM_PSGData: ds 4*16 ; PSG envelope data RAM_BGMFMInstr: ds 8 ; FM instruments used by BGM RAM_BGMFMVol: ds 8 ; FM volumes used by BGM -RAM_FMVolume: ds 8 ; Volume of each FM channel +;RAM_FMVolume: ds 8 ; Volume of each FM channel + RAM_FMData: ds 8*5 ; FM info (for volume handling) ; ds 8*1 ... Register $B0 ; ds 8*1 ... Register $40 -- cgit v1.2.3