From d54081896ac9e924a55413c4b0559600dc7c6bd4 Mon Sep 17 00:00:00 2001 From: cpg Date: Mon, 15 Mar 2004 21:02:04 +0000 Subject: [PATCH] adapt to new value of dummy error code git-svn-id: svn://svn.cc65.org/cc65/trunk@2931 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/atari/sysremove.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/atari/sysremove.s b/libsrc/atari/sysremove.s index a16900449..a11af79fe 100644 --- a/libsrc/atari/sysremove.s +++ b/libsrc/atari/sysremove.s @@ -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: