]> git.sur5r.net Git - cc65/blobdiff - src/common/tgttrans.h
New condes type interruptor
[cc65] / src / common / tgttrans.h
index e11d80adb51634188b2cd795920f122a709abc4c..67d5addc9f4fc7772e7497d31e7c6fb6c543e9a1 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 2000     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 2000-2003 Ullrich von Bassewitz                                       */
+/*               Römerstrasse 52                                             */
+/*               D-70794 Filderstadt                                         */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -62,6 +62,9 @@ void TgtTranslateBuf (void* Buf, unsigned Len);
  * the target system character set.
  */
 
+void TgtTranslateSet (unsigned Index, unsigned char C);
+/* Set the translation code for the given character */
+
 
 
 /* End of tgttrans.h */