aboutsummaryrefslogtreecommitdiff
path: root/src-z80/core/main.z80
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/main.z80
parent5adf3fded1c490e82117feb162d13314ac26e484 (diff)
Making sure everything was uploaded (...)
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