/* SG C Tools 1.3 (C) 1993 Steve Goldsmith All Rights Reserved Compiled with HI-TECH C 3.09 (CP/M-80). */ #include #include #include /* get cia timer a */ ushort gettimeracia (ushort C) { return(inp(C+ciaTimerALo) | (inp(C+ciaTimerAHi) << 8)); }