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 -- 1 file changed, 2 deletions(-) (limited to 'src-z80/core/main.z80') 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 -- cgit v1.2.3