]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/videomode.s
poor man's _toascii routine, contributed by Fatih Aygun
[cc65] / libsrc / c128 / videomode.s
index 3e34a65d203486b7306d2eb93be90c5b0b78eaf3..7825eca2c44f6301027c1149852e3f5f251c622a 100644 (file)
@@ -1,12 +1,12 @@
 ;
 ; Ullrich von Bassewitz, 2009-09-07
 ;
-; unsigned char __fastcall__ videomode (unsigned char Mode);
+; unsigned __fastcall__ videomode (unsigned Mode);
 ; /* Set the video mode, return the old mode */
 ;
 
        .export         _videomode
-        .import         SWAPPER, BSOUT  
+        .import         SWAPPER, BSOUT
 
         .include        "c128.inc"