From: cpg Date: Sun, 28 May 2000 21:54:19 +0000 (+0000) Subject: fixed a typo X-Git-Tag: V2.12.0~3501 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=285c097fdbd89adc6e0ca85593c7cc0b5269fc24;p=cc65 fixed a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@11 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/atari/fdtable.s b/libsrc/atari/fdtable.s index 9c0ad8444..660880d1c 100644 --- a/libsrc/atari/fdtable.s +++ b/libsrc/atari/fdtable.s @@ -129,7 +129,7 @@ inval: ldx #$ff ; sets N sta fd_table+ft_usa,x bne ret ; not 0 lda #$ff ; 0, table entry unused now - sta fd_table+ft_iocb,y ; clear table entry + sta fd_table+ft_iocb,x ; clear table entry ret: rts .endproc