[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.3.0-rc3 compilation with PureC (AtariST).
- From: Oliver Kroth <oliver.kroth@...>
- Date: Tue, 06 Jan 2015 11:58:20 +0100
Hi Wiktor,
another thing from your diff file: you replaced the constant
CLOCKS_PER_SEC with 60.
I am not 100% sure which counter is used for os.clock; but if it is the
200Hz counter incremented by the interrupt from the (simulated) MFC, you
may run better with the value 200. If it is the VBL (Vertical BLank
interrupt), your constant may have to vary, depending on screen settings...
--
Oliver