]> git.sur5r.net Git - cc65/blobdiff - libsrc/plus4/clrscr.s
Fixed _textcolor definition.
[cc65] / libsrc / plus4 / clrscr.s
index 6641c336bd367f4a91768625c0907a1300cc48f2..a6701625536bfefa7c30b89ff17336acf52ec00c 100644 (file)
@@ -4,9 +4,10 @@
 ; void clrscr (void);
 ;
 
-       .export         _clrscr
+        .export         _clrscr
 
-       .include        "plus4.inc"
+        .include        "cbm_kernal.inc"
+        .include        "plus4.inc"
 
 .segment        "LOWCODE"               ; Must go into low memory
 
@@ -16,9 +17,3 @@
         sta     ENABLE_RAM              ; Switch back to RAM
         rts                             ; Return to caller
 .endproc
-
-
-
-
-
-