X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fsim65%2F6502.h;h=f8e894567aaa78e59f8797c65f937c136c126982;hb=7d9485f6bc736a8ad7f8aeade9566190e49b1f78;hp=2cf2d4f1ecd6e242f191f99a6f104ade9315d664;hpb=0b186407f1117529f0f6902569f9d24bc8b1b979;p=cc65 diff --git a/src/sim65/6502.h b/src/sim65/6502.h index 2cf2d4f1e..f8e894567 100644 --- a/src/sim65/6502.h +++ b/src/sim65/6502.h @@ -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 */