mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +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:
parent
09a608cd58
commit
d54081896a
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user