Skip to content

Commit 5e78ad0

Browse files
fix #151
1 parent 3ab3ae5 commit 5e78ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ports.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ port_os560:
143143
ld hl,$d09466
144144
push hl
145145
push de
146-
ld a,(hl)
146+
xor a,a
147147
jp (ix)
148148
.unlockhelper:
149149
ld a,$8c

0 commit comments

Comments
 (0)