]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm/c_close.s
Added mouse module from C64
[cc65] / libsrc / cbm / c_close.s
index 72cbded777531e5d1e85af57fd32f54aba13bf8e..e2a559cc4033dc7beafc2090ecf7a2e0a7617da7 100644 (file)
@@ -1,14 +1,14 @@
 ;
 ; Ullrich von Bassewitz, 03.06.1999
 ;
-; void __fastcall__ cbm_close (unsigned char FN);
+; void __fastcall__ cbm_k_close (unsigned char FN);
 ;
 
                .include        "cbm.inc"
 
-               .export         _cbm_close
+               .export         _cbm_k_close
 
-_cbm_close:
+_cbm_k_close:
                clc
                jmp     CLOSE