fix time constant for Replica-1

This commit is contained in:
nino-porcino 2022-06-04 11:40:25 +02:00
parent f83bda47df
commit 497ed0f201
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ void detect_machine_type() {
}
else {
// Replica-1
ONE_TICK = 17045; // timer constant for 1/60 second calculated as 14318180/14/60
ONE_TICK = 16667; // timer constant for 1/60 second calculated as 5000000/5/60
woz_puts("APPLE1 REPLICA-1");
}