1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00

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:
cuz 2003-12-21 13:11:55 +00:00
parent fc6c0a4615
commit b7c203856b

View File

@ -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