From: cpg Date: Sun, 3 Dec 2000 23:17:14 +0000 (+0000) Subject: fixed a stupid bug. why haven't I noticed it before?? X-Git-Tag: V2.12.0~3003 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b70259d1a352dfc3251b1e6f48c22d306d9a909;p=cc65 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 --- 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