From 8721b1d95511255613eda5da97ecc57d5bf6413a Mon Sep 17 00:00:00 2001 From: sik Date: Thu, 29 Jan 2015 22:09:13 -0300 Subject: Making sure everything was uploaded (...) --- src-z80/core/main.z80 | 2 -- src-z80/core/vars.z80 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src-z80/core/main.z80 b/src-z80/core/main.z80 index 33d8ec4..da323f4 100644 --- a/src-z80/core/main.z80 +++ b/src-z80/core/main.z80 @@ -231,11 +231,9 @@ LoadList: .loop: call GetParam ; Get high byte address - ld a, b ; Is it the end of the list? or a jp z, .end - ld (de), a ; Store high byte address inc d diff --git a/src-z80/core/vars.z80 b/src-z80/core/vars.z80 index 9dcac4b..959711b 100644 --- a/src-z80/core/vars.z80 +++ b/src-z80/core/vars.z80 @@ -15,7 +15,7 @@ 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_BGMFMPan: ds 8 ; FM panning used by BGM +RAM_BGMFMPan: ds 8, $C0 ; FM panning used by BGM RAM_FMData: ds 8*5 ; FM info (for volume handling) ; ds 8*1 ... Register $B0 -- cgit v1.2.3