/* 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 b */ ushort gettimerbcia (ushort C) { return(inp(C+ciaTimerBLo) | (inp(C+ciaTimerBHi) << 8)); }