]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/toascii.s
Replaced three (logically) identical files with a single file.
[cc65] / libsrc / atmos / toascii.s
diff --git a/libsrc/atmos/toascii.s b/libsrc/atmos/toascii.s
deleted file mode 100644 (file)
index 77f0500..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-;
-; char __fastcall__ toascii (char c);
-; /* Convert a target-specific character to ASCII. */
-;
-
-.export _toascii
-
-.proc   _toascii
-
-; .X must be zero, on return.
-        ldx     #>$0000
-        rts
-
-.endproc