home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / UNSORTED / DSERF27.TXT < prev    next >
Text File  |  1994-08-29  |  2KB  |  32 lines

  1. This is a hack of id's serial device driver.  It allows arbitrary baudrate,
  2. hardware handshaking, arbitrary irq, and arbitrary port addresses.  This will
  3. allow you to run your V32bis modem at higher than 9600 baud.  Also, some
  4. problems with dialing and answering the modem have been fixed (some modems
  5. can not accept command strings at full speed).  The new structure of the
  6. modem.cfg file is described in the accompanying modem.cfg file.
  7.  
  8. *Important: disable MNP5 compression, but leave V42bis running.  Check your
  9. modem manual for the required init string.  With a 8250, do not lock the baud
  10. rate higher than 19200 or doom will grind to a halt.
  11.  
  12. Many portions of the code were rewritten with optimization in mind.  Two
  13. machines with 8250s running a null-modem and a 19200 baud rate will yield
  14. a fast game.  The routine also provides diagnostics at the exit of doom which
  15. indicate how many characters have been sent and how many have been received, as
  16. well as how many TX and RX interrupts have occurred.  With a 16550, the TX and
  17. RX FIFO utilization statistics should be around 9-11%, if not something may
  18. be wrong with your 16550.  For anyone interested, ID had a crucial bug in their
  19. code, they did not initialize the outque and inque pointers; this would cause
  20. random slowdowns.
  21.  
  22. To use this fix, rename the original sersetup.exe in your doom 1.2 directory.
  23. Copy the new file into your doom 1.2 directory, along with the sample modem.cfg.
  24. Use as you would the normal setup.exe to launch a modem game. Play doom!
  25.  
  26. Modified from original ID code by:
  27. Tony da Costa, U.B.C. Electrical Engineers, (cdacosta@ee.ubc.ca)
  28. March 2, 1994
  29.  
  30. If you would like to see some other controls added to the modem.cfg file, drop
  31. me a line at my Internet address.
  32.