From 301bccb3ff308a6c15a2627203c76a81992fbf80 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Mar 2019 17:20:26 -0700 Subject: [PATCH] Updating incorrect comment --- emulate.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/emulate.c b/emulate.c index f59a94d..2a87291 100644 --- a/emulate.c +++ b/emulate.c @@ -168,11 +168,10 @@ int main(){ last_cycle_diff = 0; next_tape_index = 0; while(1){ - /* Limit the speed of the processor to - * a realistic 4nsec per instruction - * - * Will count cpu cycles soon to make - * better timing. + /* Limit the speed of the processor + * based on how many cycles the last + * instruction took. The 6502 on the + * Apple 1 was clocked at 1MHz. */ if(!DEBUG_STEP){ do{