diff options
Diffstat (limited to 'src-z80')
| -rw-r--r-- | src-z80/core/main.z80 | 2 | ||||
| -rw-r--r-- | src-z80/core/vars.z80 | 2 |
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 |
