lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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