home *** CD-ROM | disk | FTP | other *** search
- (*****************************************************************************)
- (* Unit Hardware: Hardware Detection Routines DOCUMENTATION *)
- (* *)
- (* Copyright 1988, Escape Technologies *)
- (*****************************************************************************)
-
- Unit Hardware;
-
- Interface
-
- Uses Dos;
-
- Const Parallel = 0;
- RS232 = 1;
- Serial = 1;
- Game = 2;
-
- Function Memory:Integer;
- Function CardPresent(Card:Byte):Boolean;
- Function DiskDrives:Byte;