Specifications
D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
AH = status
00h unsuccessful
01h successful
ES:BX buffer filled
SeeAlso: AH=1Ch,AX=5FA0h,AX=5FA2h,AX=5F91h
--------V-105FA2-----------------------------
INT 10 - Chips & Technologies Wingine DGX - RESTORE VIDEO STATE
AX = 5FA2h
CX = state(s) to be restored (see #00186)
ES:BX -> buffer containing previously-saved state information
Return: AL = 5Fh if function supported
AH = status
00h unsuccessful
01h successful
SeeAlso: AH=1Ch,AX=5FA0h,AX=5FA1h,AX=5F92h
--------V-1060------------------------------------
INT 10 - HUNTER 16 - SET GRAPHICS FONT
AH = 60h
AL = new font
bit 7 output characters in reverse video
bits 0-6 font number (see #00200 at AH=77h)
Return: BH = cell width
BL = cell height
Desc: select the font to use for output in mode 6; this can be used to mix
fonts on the screen
Note: the Husky Hunter 16 is an 8088-based ruggedized laptop. Other family
members are the Husky Hunter, Husky Hunter 16/80, and Husky Hawk.
SeeAlso: AH=04h"HUNTER",AH=73h"HUNTER",AH=77h"HUNTER"
--------V-1061------------------------------------
INT 10 - HUNTER 16 - MOVE CURSOR TO GRAPHICS CO-ORDINATES
AH = 61h
CX = column
DX = row
Return: nothing
Note: this function is only valid in graphics modes
SeeAlso: AH=62h
--------V-1062------------------------------------
INT 10 - HUNTER 16 - GET CURSOR POSITION IN GRAPHICS CO-ORDINATES
AH = 62h
Return: CX = column
DX = row
-199-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.