fixed a typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@11 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5e3b46a37f
commit
285c097fdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue