]> git.sur5r.net Git - cc65/blobdiff - src/sim65/6502.h
Typo
[cc65] / src / sim65 / 6502.h
index 2cf2d4f1ecd6e242f191f99a6f104ade9315d664..f8e894567aaa78e59f8797c65f937c136c126982 100644 (file)
@@ -99,6 +99,8 @@ unsigned ExecuteInsn (void);
 unsigned long GetCycles (void);
 /* Return the total number of clock cycles executed */
 
+extern int PrintCycles;
+/* flag to print cycles at program termination */
 
 
 /* End of 6502.h */