2003-12-21 13:13:26 +00:00
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2003-12-21
|
|
|
|
;
|
|
|
|
; CLOSE replacement function
|
|
|
|
;
|
|
|
|
|
|
|
|
.export CLOSE
|
|
|
|
|
|
|
|
.proc CLOSE
|
2013-05-09 11:56:54 +00:00
|
|
|
clc ; Force C64 compatible behaviour
|
|
|
|
jmp $FFC3 ; Call the ROM routine
|
2003-12-21 13:13:26 +00:00
|
|
|
.endproc
|
|
|
|
|
|
|
|
|