home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 8 / FM Towns Free Software Collection 8.iso / t_os / gpen32k / source / lib / osrc / crtc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-01  |  95 b   |  9 lines

  1.  
  2. #include    <Normlib.h>
  3.  
  4. void crtc(int ad, int x)
  5. {
  6.     _outb(0x440,ad);
  7.     _outw(0x442,x);
  8. }
  9.