[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reject 6502 Cycle Counter?
Michael,
> If you want to update the screen every 1/60 second of _emulated_
> time, then use the cycle counter as you describe.
>
> If you want to update the screen every 1/60 second of _real time_,
> then use a timer (or a VBL notification if refreshing at 60Hz).
Do you think that both options above have the same speed? I think that
real time is very accurate than emulated time.
Bryan Parkoff