CompuServe Thread

Real Time Counter

3 messages in this thread
#35755From: Tom CarboneJul 7, 1993 10:41 PM
I understand that every time you read the system timer, it is incremented by one in order to provide a unique number. If true, it would seem that lots of reads of the timer would throw off the accuracy. Is this indeed the case, is there any other way to access a real-time counter? Regards, Tom
#35765From: Dale LarsonJul 8, 1993 11:46 AM
You'd have to try real hard to read the counter often enough to create a problem. And yes, you can use the timer device to allocate and use your own private timer on one of the CIAs (8520s). Dale Larson – An Amiga Software Engineer with some time on his hands.
#35775From: Tom CarboneJul 8, 1993 9:14 PM
Dale: Thanks, I'll investigate this some more. Regards, Tom