]> git.sur5r.net Git - cc65/blobdiff - src/sp65/asm.h
sim65: S_IREAD and S_IWRITE are nonstandard.
[cc65] / src / sp65 / asm.h
index 2edf2a8fb53ed47827d54959855a9f1c70f0ec85..18c55e8b511d2a2510be9ca0385ce208d2d904f6 100644 (file)
 
 
 /* common */
+#include "coll.h"
 #include "strbuf.h"
 
+/* sp65 */
+#include "bitmap.h"
+
 
 
 /*****************************************************************************/
 
 
 
-void WiteAsmFile (const char* Name, const StrBuf* Data);
-/* Write the contents of Data to the given file in assembler (ca65) format */
+void WriteAsmFile (const StrBuf* Data, const Collection* A, const Bitmap* B);
+/* Write the contents of Data to a file in assembler (ca65) format */
 
 
 
 /* End of asm.h */
 
 #endif
-
-
-