home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / RIPBINGO.ZIP / PORT.DOC < prev    next >
Text File  |  1993-06-25  |  2KB  |  45 lines

  1. DO NOT READ THIS OR WORRY ABOUT IT IF YOU DO * NOT * RUN A
  2. NON STANDARD PORT ADDRESS OR A NON-STANDARD IRQ!
  3. -----------------------------------------------------------
  4.  
  5. This game will allow those with Multi-nodes and ports that
  6. utilize Non-Standard addresses and non-standard IRQ values.
  7.  
  8. It is very simple to alter the normal Port 3 or Port 4 to
  9. utilize any address or interrupt that you wish.
  10.  
  11. To Alter port 3
  12. ---------------
  13. The normal port 3 address is &H3E8 in Hex with an IRQ of 4.
  14. To change this to another value you need only to create a two
  15. line ASCII text file using Copy Con, Edlin, or other word
  16. processor.
  17. The two line file you create MUST be called PORT3.TXT.
  18. The first line of Port3.txt contains either the port # (3 or
  19. 4) OR the Hex value of the address you wish to use (in the
  20. format of &H???). You may enter any address your hardware
  21. supports in this HEX format.
  22. The second line is the interrupt that you wish to use for the
  23. address.  Proper IRQ's range from 1 to 15.
  24.  
  25. An example of Port3.txt would be as follows:
  26. &H3E8             <- Hex value of the address
  27. 4                 <- IRQ to use
  28.  
  29. Thats all there is to it!
  30.  
  31. To alter Port #4
  32. ----------------
  33. If it is the fourth port that you need a non-standard
  34. address and interrupt on you need only to create a file
  35. called PORT4.TXT.  Port4.txt will contain the same info as
  36. described above in Port3.txt. It is just a two line file with
  37. the new address in Hex on the first line and the new IRQ on
  38. the second line.
  39.  
  40. I hope this helps! Don't confuse your node number with your
  41. port number. If your using port 4 on node 3 and wanted to
  42. alter that line then you would create a port4.txt with the
  43. new parameters.
  44.  
  45.