1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-16 09:29:32 +00:00

Made cbm_k_untlk() available.

This commit is contained in:
Oliver Schmidt 2017-11-13 20:38:22 +01:00
parent 258cdf2e07
commit 06794b221d
2 changed files with 4 additions and 3 deletions

View File

@ -209,6 +209,7 @@ void __fastcall__ cbm_k_setnam (const char* Name);
void __fastcall__ cbm_k_talk (unsigned char dev);
void cbm_k_udtim (void);
void cbm_k_unlsn (void);
void cbm_k_untlk (void);

View File

@ -1,11 +1,11 @@
;
; Ullrich von Bassewitz, 03.06.1999
;
; void cbm_untlk (void);
; void cbm_k_untlk (void);
;
.export _cbm_untlk
.export _cbm_k_untlk
.import UNTLK
_cbm_untlk = UNTLK
_cbm_k_untlk = UNTLK