home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PUBPATCH / DISK7P.DOC < prev    next >
Text File  |  2000-06-30  |  1KB  |  39 lines

  1.     DISK7P.DOC            11/11/84
  2.  
  3.     DISK7P is derived from DISK v 7.7 by Frank Gaude.
  4.     PUBlic File enhancements added by Plu*Perfect Systems.
  5. ;
  6. ; copyright (c) 1983 by frank gaude'.  all rights reserved.  released to the
  7. ; public domain for non-commercial use.  monetary gain in not permitted under
  8. ; any circumstance by individual, partnership, or corporation.
  9. ;
  10. ; Enhanced to include PUBlic file support by Plu*Perfect Systems.
  11.     
  12.  
  13.  
  14.     The area at 103h can be patched for to set the
  15.     maximum drive for your system, as well as your terminal's
  16.     clear-screen, hiliting, and normal video strings, which
  17.     occupy 8 bytes each, nul-terminated.
  18.  
  19. ;******** CONFIGURATION PATCH AREA BEGINS AT 103H ********
  20.  
  21. ; highest disk drive letter in system (at 103h in 'com' file)
  22.  
  23. ; 103h
  24. MAXDR    DB    'C'        ; 'a', 'b', 'c', etc.
  25.  
  26. ; 104h
  27. if kay10
  28. clrscr:    db    1ah,0,0,0, 0,0,0,0
  29. altvid:    db    ESC,'B0',ESC,'B1',0,0    ;KayPro 10 rev video, LOW intensity
  30. normvid:db    ESC,'C0',ESC,'C1',0,0
  31. endif
  32. if not kay10
  33. clrstr:    db    0,0,0,0, 0,0,0,0
  34. altvid:    db    0,0,0,0, 0,0,0,0
  35. normvid:db    0,0,0,0, 0,0,0,0
  36. endif
  37.  
  38. ;**************** END OF CONFIGURATION AREA ****************
  39.