]> Shamusworld >> Repos - rmac/blobdiff - procln.h
6502 support added back from original Madmac sources!
[rmac] / procln.h
index c645722702ba6350b0163f6512489cd557ca1987..4acf8560aa65e4af8c5ee12bdf693ffea98e62d3 100644 (file)
--- a/procln.h
+++ b/procln.h
@@ -22,6 +22,7 @@ extern int just_bss;
 extern VALUE pcloc;
 extern SYM * lab_sym;
 extern LONG amsktab[];
+extern char in_6502mode[];
 
 // Prototypes
 void InitLineProcessor(void);