]> git.sur5r.net Git - cc65/blobdiff - libsrc/apple2/textframe.s
Fixes for the watcom makefiles:
[cc65] / libsrc / apple2 / textframe.s
index 9ed42cad45cfdc9047efa7b627347d4b8522b7ca..c62cbb75d66c12821c3587a89c03c262582e3a30 100644 (file)
@@ -1,14 +1,14 @@
 ;
 ; Oliver Schmidt, 10.03.2004
 ;
-; void __fastcall__ _textframexy (unsigned char x, unsigned char y,
-;                                 unsigned char width, unsigned char height,
-;                                 unsigned char style);
-; void __fastcall__ _textframe (unsigned char width, unsigned char height);
-;                               unsigned char style);
+; void __fastcall__ textframexy (unsigned char x, unsigned char y,
+;                                unsigned char width, unsigned char height,
+;                                unsigned char style);
+; void __fastcall__ textframe (unsigned char width, unsigned char height,
+;                              unsigned char style);
 ;
 
-        .export        __textframexy, __textframe
+        .export        _textframexy, _textframe
         .import        popa, pusha, _gotoxy
         .import                chlinedirect, cvlinedirect
 
@@ -20,11 +20,11 @@ HEIGHT  = tmp3
 XORIGIN = tmp4
 YORIGIN = ptr1
 
-__textframexy:
+_textframexy:
         sec
         bra    :+
 
-__textframe:
+_textframe:
         clc
 :       ldx    INVFLG
         phx                    ; Save character display mode