Fix a Plus/4 kernal problem
git-svn-id: svn://svn.cc65.org/cc65/trunk@2809 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
.proc CLOSE
|
.proc CLOSE
|
||||||
sta ENABLE_ROM ; Enable the ROM
|
sta ENABLE_ROM ; Enable the ROM
|
||||||
|
clc ; Force C64 compatible behaviour
|
||||||
jsr $FFC3 ; Call the ROM routine
|
jsr $FFC3 ; Call the ROM routine
|
||||||
sta ENABLE_RAM ; Switch back to RAM
|
sta ENABLE_RAM ; Switch back to RAM
|
||||||
rts ; Return to caller
|
rts ; Return to caller
|
||||||
|
|||||||
Reference in New Issue
Block a user