0 Members and 1 Guest are viewing this topic.
Am I right that I can't use the emulator to emulate a cx without boot1?
Does anyone know why the nspire emulator gets a totally different speed if I use idle()? And even more different if I let the fast timer run? On calc it's too fast and on emulator it's so slow you can't play.
idle() puts the CPU into idle mode until the next interrupt. If you change to timer's frequency, idle()'s execution time will change.But with throttle mode on, the experience should be the same on nspire_emu and on real hardware. Maybe you should post the source code if you want someone to review the code to check what could be wrong.
Do I have to use lcd_incolor() at the end if I have lcd_ingray() at the beginning?
Hmm, shouldn't set_cpu_speed be deprecated on the CX or something since the values used and the method of setting are different?