forked from MirrorRepos/RomWBW
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.
48 lines
640 B
48 lines
640 B
/* hbios.h 7/4/2012 dgw - */
|
|
|
|
/* CIO */
|
|
|
|
/* Character Input (CIOIN) */
|
|
|
|
/* Character Output (CIOOUT) */
|
|
|
|
/* Character Input Status (CIOIST) */
|
|
|
|
/* Character Output Status (CIOOST) */
|
|
|
|
/* DIO */
|
|
|
|
/* Disk Read (DIORD) */
|
|
|
|
/* Disk Write (DIOWR) */
|
|
|
|
/* Disk Status (DIOST) */
|
|
|
|
/* Disk Media (DIOMED) */
|
|
|
|
/* Disk Idetify (DIOID) */
|
|
|
|
/* Disk Get Buffer Address (DIOGBA) */
|
|
|
|
|
|
|
|
|
|
/*
|
|
extern char hrega;
|
|
extern unsigned int hregbc;
|
|
extern unsigned int hregde;
|
|
extern unsigned int hreghl;
|
|
extern diagnose();
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*****************/
|
|
/* eof - hbios.h */
|
|
/*****************/
|
|
|
|
|
|
|
|
|