sim65: add command line parameter to print number of CPU cycles at exit

This commit is contained in:
Christian Groessler
2016-07-05 17:07:39 +02:00
parent a6eb7d0763
commit 97b517a892
5 changed files with 34 additions and 2 deletions

View 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 */