mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
780 B
45 lines
780 B
/*[
|
|
======================================================================
|
|
|
|
SoftPC Revision 3.0
|
|
|
|
Title:
|
|
ga_defs.h
|
|
|
|
Description:
|
|
|
|
This module contains defines to support the write mode
|
|
copy function tester for the VGA emulation.
|
|
|
|
Author:
|
|
John Shanly
|
|
|
|
Date:
|
|
26 September 1990
|
|
|
|
SccsID "@(#)ga_defs.h 1.3 08/10/92 Copyright Insignia Solutions Ltd."
|
|
|
|
======================================================================
|
|
]*/
|
|
|
|
IMPORT IHP Gdp;
|
|
|
|
IMPORT ULONG EasVal;
|
|
IMPORT ULONG Ead;
|
|
IMPORT ULONG Count;
|
|
IMPORT ULONG V1;
|
|
IMPORT ULONG V2;
|
|
IMPORT ULONG V3;
|
|
IMPORT ULONG V4;
|
|
IMPORT ULONG V5;
|
|
|
|
IMPORT ULONG V6;
|
|
IMPORT ULONG V7;
|
|
IMPORT ULONG V8;
|
|
IMPORT ULONG V9;
|
|
IMPORT ULONG V10;
|
|
IMPORT ULONG V11;
|
|
IMPORT ULONG V12;
|
|
IMPORT ULONG V13;
|
|
IMPORT ULONG V14;
|
|
IMPORT ULONG V15;
|