home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-08.ZIP / BOARD.TST next >
Text File  |  1983-11-27  |  640b  |  22 lines

  1. MULTI-FUNCTION BOARD PROBLEMS
  2. There are memory boards that have DMS (Direct Memory Address)
  3. timing problems which can cause intermittent PARITY CHECK
  4. from time to time or possibly can happen in the future.
  5. The following pgm will test for that condition.  If it fails
  6. on an IBM Expansion Board, IBM will replace it.  QUADRAM has
  7. acknowledged the problem and will correct it if you call.
  8.  
  9. 25 CLS
  10. 30 OUT &H83,1
  11. 40 WHILE J>=0
  12. 50 J=J+1
  13. 60 X$=""
  14. 70 FOR I=1 TO 250
  15. 80 X$=X$+"x"
  16. 90 LOCATE 10,10:PRINT"testing-";I
  17. 100 NEXT
  18. 110 LOCATE 8,10:PRINT"Times run - ";J
  19. 120 WEND
  20.  
  21. Test your board now to avoid problems later on.
  22.