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 / BYE5 / BYE510.FX2 < prev    next >
Text File  |  2000-06-30  |  1KB  |  45 lines

  1. BYE510.FX2                    08/26/86
  2.  
  3. Fix number two for BYE510.
  4.  
  5. 1.)    For persons who desire to run RBBS as their .COM file (both
  6.     COMFILE and RBBS set to YES) and with EXFILE also set to YES,
  7.     you will find that BYE will not cycle properly for the next
  8.     caller.  To correct this problem, near the end of the main
  9.     .ASM file you will find several conditional equates such as
  10.  
  11.          IF    EXFILE AND METAL
  12.  
  13.     DB statements here of user area, filename, and 21 nuls
  14.  
  15.          ENDIF
  16.  
  17.     just add a conditional of the equivilent to
  18.  
  19.          IF    EXFILE AND RBBS
  20.  
  21.     replacing the filename with that of your own exit file,
  22.     or if NO exit file AND you are running CP/M PLUS (CPM3 set
  23.     to YES) then use the filename of 'BYE     COM'.
  24.  
  25.          ENDIF        ;EXFILE AND RBBS
  26.  
  27. 2.)    If you are using a BANKED CP/M PLUS system, you may still
  28.     utilize your own MDPREP/MDPOSP routines by reinstallation
  29.     of the calls to them in the main program.  The CALL MDPREP
  30.     would be installed in the PATCH: area just before the
  31.     CALL TBLADDR, and the CALL MDPOSP would be installed in
  32.     the EXCPM: area just before the CALL RSXCLR.
  33.  
  34.     MOST of the CP/M Plus systems no longer need the pre- or
  35.     post-processing routines.  The Morrow HARD DISK SYSTEMS
  36.     are an exception to this, so, Morrow users, keep this in
  37.     mind for future versions, just in case the MDPREP/MDPOSP
  38.     calls remain out.  (We should be able to remember this!)
  39.  
  40.  
  41. It's looking great guys!
  42.     THANKS!!!
  43.                     George Reding
  44.                     CompuServe [72436,45]
  45.