mirror of
https://github.com/cc65/cc65.git
synced 2025-01-28 00:30:12 +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:
parent
fc6c0a4615
commit
b7c203856b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user