From: cuz Date: Sun, 21 Dec 2003 13:11:55 +0000 (+0000) Subject: Fix a Plus/4 kernal problem X-Git-Tag: V2.12.0~1000 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b7c203856bfd6eb2eec337c3ab8198cef97f2030;p=cc65 Fix a Plus/4 kernal problem git-svn-id: svn://svn.cc65.org/cc65/trunk@2809 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/plus4/kclose.s b/libsrc/plus4/kclose.s index f5f100ca6..eb15bbf95 100644 --- a/libsrc/plus4/kclose.s +++ b/libsrc/plus4/kclose.s @@ -12,6 +12,7 @@ .proc CLOSE sta ENABLE_ROM ; Enable the ROM + clc ; Force C64 compatible behaviour jsr $FFC3 ; Call the ROM routine sta ENABLE_RAM ; Switch back to RAM rts ; Return to caller