home *** CD-ROM | disk | FTP | other *** search
- Program TEquip;
-
- Uses
-
- VEquipu;
-
-
- BEGIN
-
- WriteLn;
- WriteLn('TEQUIP; VisionTools VEQUIPu tester; Version 0.5');
- WriteLn;
- WriteLn('Bios Name Byte ............. ', BiosNameByte );
- WriteLN('Bios Date .................. ', BiosDate );
- WriteLn('Floppy Installed? .......... ', FloppyPresent );
- WriteLn('Math Chip Present? ......... ', MathChipPresent );
- WriteLn('Pointing Device Present? ... ', PointingDevicePresent );
- WriteLn('Number of floppies ......... ', NumFloppies );
- WriteLn('NumRS232Cards .............. ', NumRS232Cards );
- WriteLN('Game Port Present? ......... ', GamePortPresent );
- WriteLn('Serial Printer Present? .... ', SerialPrinterPresent );
- WriteLn('Internal Modem Present? .... ', InternalModemPresent );
- WriteLn('Number of printers ......... ', NumPrinters );
- WriteLn('CPU Type ................... ', GetCPUTypeStr );
- WriteLn;
-
- END.
-