aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core
diff options
context:
space:
mode:
authorsik2015-01-29 22:09:13 -0300
committersik2015-01-29 22:09:13 -0300
commit8721b1d95511255613eda5da97ecc57d5bf6413a (patch)
tree9771553d7a5d17671eaa2ae2a6791d33e4a789d2 /src-z80/core
parent5adf3fded1c490e82117feb162d13314ac26e484 (diff)
Making sure everything was uploaded (...)
Diffstat (limited to 'src-z80/core')
-rw-r--r--src-z80/core/main.z802
-rw-r--r--src-z80/core/vars.z802
2 files changed, 1 insertions, 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