diff options
| author | Javier Degirolmo | 2011-10-15 14:15:25 -0300 |
|---|---|---|
| committer | Javier Degirolmo | 2011-10-15 14:15:25 -0300 |
| commit | eaefc4887707c8ada8f67fa944c03793191d0b55 (patch) | |
| tree | 9747bfa655602bcae8989e99f43bf8469208d883 /src-z80/core/vars.z80 | |
| parent | 09a96b98661257ef03b1dcdd10c546d2b3e99264 (diff) | |
Somebody help me find WTF is going on
Diffstat (limited to 'src-z80/core/vars.z80')
| -rw-r--r-- | src-z80/core/vars.z80 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-z80/core/vars.z80 b/src-z80/core/vars.z80 index 3496845..64a1dde 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 |
