home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20491 < prev    next >
Encoding:
Text File  |  1992-12-31  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!think.com!enterpoop.mit.edu!mojo.eng.umd.edu!russotto
  3. From: russotto@eng.umd.edu (Matthew T. Russotto)
  4. Subject: Re: Programming QuickCapture Board
  5. Message-ID: <1992Dec31.230033.16028@eng.umd.edu>
  6. Date: Thu, 31 Dec 92 23:00:33 GMT
  7. Organization: Project GLUE, University of Maryland, College Park
  8. References: <261@heimdall.sdrc.com>
  9. Lines: 25
  10.  
  11. In article <261@heimdall.sdrc.com> pmbrando@sgipm3.sdrc.com (Brandon Livingston) writes:
  12. >
  13. >
  14. >I have a Data Translation QuickCapture Board installed in my IIx.
  15. >I am trying to write software to use the board to capture images.
  16. >
  17. >First of all I am new to the world of mac programming as well as C,
  18. >so bare with me on this one.
  19. >
  20. >Anyway,  The quickcapture documentation says the board is memory
  21. >mapped to the mac and it uses two 8-bit control registers at memory 
  22. >locations:   $FSF8 0000  and $FSF8 0004  where S is the slot number.
  23. >These registers are used for control and status purposes. Each bit
  24. >at these locations serves a purpose.  ie. bit 3 at $FSF8 0004 is 
  25. >0 if the board is a 60Hz model type or 1 for the 50Hz model.
  26.  
  27. Sounds like a documentation bug.  The correct address is probably
  28. $FSS8 0000
  29. where S is the slot number.  Thus, a card in slot 9 would be
  30. $F998 0000
  31. -- 
  32. Matthew T. Russotto    russotto@eng.umd.edu    russotto@wam.umd.edu
  33. Some news readers expect "Disclaimer:" here.
  34. Just say NO to police searches and seizures.  Make them use force.
  35. (not responsible for bodily harm resulting from following above advice)
  36.