home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1994 February
/
psl_9403.zip
/
psl_9403
/
DOS
/
UT_SYSTM
/
CLOCK.ZIP
/
CLKTYP.H
< prev
next >
Wrap
Text File
|
1993-09-06
|
2KB
|
39 lines
/*****************************************************************************/
/* THE FOLLOWING PROGRAM IS THE SOLE PROPERTY OF */
/* RONALD Q. SMITH */
/* CONTAINING HIS PROPRIETARY CONFIDENTIAL INFORMATION */
/* COPYRIGHT RONALD Q. SMITH 1992 */
/*****************************************************************************/
/* Clock type messages and special handling values. */
/* Clock type descriptive messages. */
static char *clock_name[] = {
"PC/AT and compatibles",
"(M2) Zenith 18x and Supersport 20",
"(ZDS) Zenith Data Systems PCs",
"Memory mapped: SMT No-Slot",
"Direct Register I/O Bus: AST, Tandy, Vendex",
"Mitsubishi 8088 PCs: Sperry, Leading Edge",
"Indirect Register I/O Bus: AST",
"Complex I/O Bus: AST",
"Generic I/O Bus: Impossible",
"Quadram QuadCard, Quadboard",
"AT&T 6300, 6300 PLUS, 6300 WGS",
"Hyundai 8088 PC",
"Multi-I/O Clock"
};
/* Clock special handling type. */
static int clock_kind[] = {0, 0, 0, 2, 1, 0, 1, 1, 1, 1, 3, 1, 1};
/*****************************************************************************/
/* THE PRECEDING PROGRAM IS THE SOLE PROPERTY OF */
/* RONALD Q. SMITH */
/* CONTAINING HIS PROPRIETARY CONFIDENTIAL INFORMATION */
/* COPYRIGHT RONALD Q. SMITH 1992 */
/*****************************************************************************/