From 2b70259d1a352dfc3251b1e6f48c22d306d9a909 Mon Sep 17 00:00:00 2001 From: cpg Date: Sun, 3 Dec 2000 23:17:14 +0000 Subject: [PATCH] fixed a stupid bug. why haven't I noticed it before?? git-svn-id: svn://svn.cc65.org/cc65/trunk@537 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/open.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/open.s b/libsrc/atari/open.s index d39a4050e..7904586f2 100644 --- a/libsrc/atari/open.s +++ b/libsrc/atari/open.s @@ -202,8 +202,8 @@ found: rts ldy #15 lda #0 loop: sta ICHID,x - dey inx + dey bne loop rts -- 2.39.5