home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / mythic / bios.inc < prev    next >
Text File  |  1994-02-11  |  267b  |  13 lines

  1. VIDEO_FUNCTION =    010h
  2. VIDEO_320x200x256 =    013h
  3. VIDEO_80x25x16 =    003h
  4. VIDEO_DACS =        010h
  5. VIDEO_SET_MODE =    000h
  6. VIDEO_GET_MODE =    00Fh
  7. VIDEO_GET_VGA =        01Ah
  8. VIDEO_SET_DACS =    012h
  9.  
  10. KEYBOARD_FUNCTION =    016h
  11. KEYBOARD_READ_CHAR =    000h
  12. KEYBOARD_GET_STATUS =    001h
  13.