/* SG C Tools 1.2 (C) 1993 Steve Goldsmith All Rights Reserved Compiled with HI-TECH C 3.09 (CP/M-80). */ #include #include /* set bit map mode, background and foreground colors */ void setbitmapvdc(ushort DispMem, ushort AttrMem, uchar F, uchar B) { outvdc(vdcHzSmScroll,invdc(vdcHzSmScroll) | 0x80); setdsppagevdc(DispMem,AttrMem); outvdc(vdcFgBgColor,(F << 4) | B); }