aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/main.z80
diff options
context:
space:
mode:
Diffstat (limited to 'src-z80/core/main.z80')
-rw-r--r--src-z80/core/main.z802
1 files changed, 0 insertions, 2 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