Updating incorrect comment

This commit is contained in:
unknown 2019-03-25 17:20:26 -07:00
parent af1e7ab6e7
commit 301bccb3ff
1 changed files with 4 additions and 5 deletions

View File

@ -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{