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 / CPM86 / MDM9IBM1.FIX < prev    next >
Text File  |  2000-06-30  |  476b  |  13 lines

  1. MDM9IBM1.A86-FIX
  2.  
  3. The following change should be made to MDM9IBM1.A86 to properly caculate
  4. the send times. I added 450 and 19200 baud rates and missed changing these
  5. tables. 02/02/85 Dick Hill
  6. ;
  7. ;BTABLE    DW    5,13,25,48,96,192,384,0    ;RECORDS/MIN FOR 110-9600 BAUD
  8. ;SECTBL    DB    192,74,38,20,11,5,3,0
  9. ;ADDED VALUES FOR 450 AND 19200 BAUD RATES 02/02/85            @DH
  10. BTABLE    DW    5,13,19,25,48,96,192,384,768,0 ;RECORDS/MIN FOR 110-19200 BAUD @DH
  11. SECTBL    DB    192,74,51,38,20,11,5,3,1,0    ;            @DH
  12. ;
  13.