Problem with Timer speed

MacSpain

New member
Hello!

I implemented the timer from http://nesmakers.com/viewtopic.php?f=40&t=1982 in my game, and noticed a problem with its' speed. When I set the Day/Night Cycle Speed to 60, then it's really slow, like 22 seconds between each tick, when I set it to 1, then it's like a quarter of a second, and I need to be able to make it go even faster. Is there any way to make handleGameTimer get called more often?
 

dale_coop

Moderator
Staff member
You can set any value you want for Day/night cycle... you could try "30", or "10 or... "3".
 

MacSpain

New member
I know that, that is not the issue. The problem is that it's not fast enough when I set it to 1. I want the timer to have a higher frequency. In the thread I linked they talked about setting it at 60 to make the programmed timer update every second. It's much slower for me.
 
Top Bottom