]> Shamusworld >> Repos - rmac/blobdiff - 6502.h
Version bump for last commit. ;-)
[rmac] / 6502.h
diff --git a/6502.h b/6502.h
index acf9dede472fce6aa95464728ea4821c34ca66bc..56c20e9ee0223906ecbd312757d529e01de6cfd4 100644 (file)
--- a/6502.h
+++ b/6502.h
@@ -12,6 +12,7 @@
 // Exported variables
 extern const char in_6502mode[];
 extern uint16_t * currentorg;  // Current org range
+extern char strtoa8[];
 
 // Exported functions
 extern void Init6502();