]> git.sur5r.net Git - cc65/commitdiff
Remove toascii.s
authorjede <jede@oric.org>
Mon, 23 Oct 2017 18:52:22 +0000 (20:52 +0200)
committerjede <jede@oric.org>
Mon, 23 Oct 2017 18:52:22 +0000 (20:52 +0200)
libsrc/telestrat/toascii.s [deleted file]

diff --git a/libsrc/telestrat/toascii.s b/libsrc/telestrat/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