home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / alt / msdos / programm / 2952 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.9 KB

  1. Xref: sparky alt.msdos.programmer:2952 comp.os.ms-windows.programmer.tools:1701 comp.os.msdos.programmer:11395 comp.sys.ibm.pc.programmer:651
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!reed!flop.ENGR.ORST.EDU!xanth.CS.ORST.EDU!kingjas
  3. From: kingjas@xanth.CS.ORST.EDU (King Jason Clark)
  4. Newsgroups: alt.msdos.programmer,comp.os.ms-windows.programmer.tools,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer,comp.windows.ms.programmer
  5. Subject: Re: Two Joystick Port prob
  6. Keywords: joystick, I/O, port
  7. Message-ID: <1gj859INNd2t@flop.ENGR.ORST.EDU>
  8. Date: 15 Dec 92 00:16:41 GMT
  9. Article-I.D.: flop.1gj859INNd2t
  10. References: <1992Dec10.205227.14353@news2.cis.umn.edu>
  11. Organization: Oregon State University
  12. Lines: 31
  13. NNTP-Posting-Host: xanth.cs.orst.edu
  14.  
  15. In article <1992Dec10.205227.14353@news2.cis.umn.edu> mcgrath@staff.tc.umn.edu writes:
  16. >
  17. >     I have a compatible with a built-in joystick port and a Sound Blaster Pro
  18. >with its joystick port, but they both, apparently, want to be port #1 at the
  19. >same time.  Is there any way I can configure one to be port #2 via software
  20. >(or hardware, if it just involves some switch settings)?  
  21.  
  22. I don't believe this can be done because both "Ports" for two joysticks are 
  23. built into the single port.  Every joystick port( all that I know of ) contain
  24. 15 pins.  Of these pins 4 are used in joystick functions( 1 horz., 1 vert.,
  25. 1 left button, 1 right button of course this is really 8 but whose counting )
  26. and then a couple for sync. and etc.  There is only one standard address( this
  27. is key ) and usually one of the cards dominates that address.  Therefore
  28. only one card can be read, because there is know way of knowing or sync. the two
  29. cards.
  30.  
  31. >Do I have to get
  32. >a Y-adapter?  Tell me I don't. 8)
  33.  
  34. Yes...  Sorry.  Of course you could make your own Y-cable :P
  35. But I don't recommend it.
  36.  
  37. >
  38. >     -Mike McGrath
  39. >
  40. >Undergraduate, Department of Computer Science,
  41. >University of Minnesota, Minneapolis
  42. >
  43. >e-mail:mcgrath@staff.tc.umn.edu
  44.  
  45. Jason King
  46.