1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00

adapt to new value of dummy error code

git-svn-id: svn://svn.cc65.org/cc65/trunk@2931 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2004-03-15 21:02:04 +00:00
parent 09a608cd58
commit d54081896a

View File

@ -40,7 +40,7 @@ iocbok: stx tmp4 ; remember IOCB index
jsr ucase_fn
bcc ucok1
lda #177 ; see oserror.s
lda #182 ; see oserror.s
rts
ucok1: