]> git.sur5r.net Git - cc65/blobdiff - src/da65/data.h
Change the makefiles so that CFLAGS that are special for the application are
[cc65] / src / da65 / data.h
index 0594f8bbb110370d2852079201ff1e4525e8aad9..a6603fa03ce3302feabb34610e979ac57a704a79 100644 (file)
@@ -47,6 +47,9 @@
 unsigned ByteTable (void);
 /* Output a table of bytes */
 
+unsigned DByteTable (void);
+/* Output a table of dbytes */
+
 unsigned WordTable (void);
 /* Output a table of words */
 
@@ -58,7 +61,10 @@ unsigned AddrTable (void);
 
 unsigned RtsTable (void);
 /* Output a table of RTS addresses (address - 1) */
-        
+
+unsigned TextTable (void);
+/* Output a table of text messages */
+
 
 
 /* End of data.h */