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

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