Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: Xeda112358 on March 31, 2015, 02:46:38 pm

Title: FastGK
Post by: Xeda112358 on March 31, 2015, 02:46:38 pm
I made this program to remove the delay in the BASIC getKey function! It's simple and ugly and I want to improve it at some point. For now, I just wanted a small code.

Basically, repeating keys like arrows and delete will repeat a lot faster, and not just on the homescreen like one of my older programs (Speedy Keys).
Title: Re: FastGK
Post by: Sorunome on March 31, 2015, 06:30:34 pm
So does this install a hook or is it a OS mod?
Title: Re: FastGK
Post by: chickendude on April 01, 2015, 12:51:42 am
It's a hook :) It just sets the key delay counter ($8442) to one.
Title: Re: FastGK
Post by: Sorunome on April 01, 2015, 02:59:50 am
Oh, nice! :D