mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-02 23:31:53 +00:00
fix messages in viaclock
This commit is contained in:
parent
884ad55c32
commit
d87e9e9f64
@ -113,12 +113,12 @@ void detect_machine_type() {
|
|||||||
if(*ptr1 == *ptr2) {
|
if(*ptr1 == *ptr2) {
|
||||||
// genuine Apple1
|
// genuine Apple1
|
||||||
ONE_TICK = 15996; // timer constant for 1/60 second calculated as 14318180/14*61/65/60
|
ONE_TICK = 15996; // timer constant for 1/60 second calculated as 14318180/14*61/65/60
|
||||||
woz_puts("GENUINE APPLE1");
|
woz_puts("APPLE-1");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Replica-1
|
// Replica-1
|
||||||
ONE_TICK = 16667; // timer constant for 1/60 second calculated as 5000000/5/60
|
ONE_TICK = 16667; // timer constant for 1/60 second calculated as 5000000/5/60
|
||||||
woz_puts("APPLE1 REPLICA-1");
|
woz_puts("REPLICA-1");
|
||||||
}
|
}
|
||||||
|
|
||||||
woz_puts("\r\r");
|
woz_puts("\r\r");
|
||||||
|
Loading…
Reference in New Issue
Block a user