mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-22 13:30:38 +00:00
fix time constant for Replica-1
This commit is contained in:
parent
f83bda47df
commit
497ed0f201
@ -117,7 +117,7 @@ void detect_machine_type() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Replica-1
|
// 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");
|
woz_puts("APPLE1 REPLICA-1");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user