/* SG C Tools 1.3 (C) 1993 Steve Goldsmith All Rights Reserved Compiled with HI-TECH C 3.09 (CP/M-80). */ #include #include /* convert hz to timer latch value */ ushort timervalcia (ulong Hz) { return(ciaTimerFreq / Hz); }