home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23656 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.3 KB  |  53 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!newsstand.cit.cornell.edu!piccolo.cit.cornell.edu!crux2!jmk3
  3. From: jmk3@crux2.cit.cornell.edu (Jay M. Krell)
  4. Subject: Re: FPE questions
  5. Message-ID: <jmk3.721357658@crux1.cit.cornell.edu>
  6. Sender: news@piccolo.cit.cornell.edu (USENET News System)
  7. Nntp-Posting-Host: crux2.cit.cornell.edu
  8. Organization: Cornell Information Technologies
  9. References: <1992Nov9.165849.29466@ifi.unizh.ch>
  10. Date: 10 Nov 92 01:07:38 GMT
  11. Lines: 40
  12.  
  13. >From: gudat@avalon.physik.unizh.ch (gudat henrik)
  14. >Subject: FPE questions
  15.  
  16. >Those who own a FPE - I need your help. Please answer the following
  17. >questions:
  18.  
  19. >- I'd like to make GSymbolix compatible with the FPE. I'm planning to
  20. >make use of this card directly without going throiugh the toolbox first.
  21. >(I think the manual describes thgis method quite well..)
  22. >Question: the program must work with the FPE even when the slot is not
  23. >set to your card - similar to ProTerm.
  24. >What programming techniques are needed to do this? Since life is quite
  25. >ciomplex, I guess that simply switching the bit in the slot register is
  26. >not enough...
  27.  
  28. >- What's the most recent version of the FPE? I heard that early
  29. >version(s) do not work with Zips (or TWGS, don't know)..
  30.  
  31. Henrik,
  32.   I don't own an FPE, but I believe there was a compatability problem between
  33. the FPE and TWGS. I've heard of fixes for the FPE and TWGS. I read that the
  34. TWGS change was simple but AE never bothered to make it standard. I've read of
  35. no problems between the Zip and FPW.
  36.   Why don't you just keep calling SANE and let the FPE software take care of
  37. the dirty work? Also, I believe ORCA/C generates code to go directly to the
  38. FPE. Disabling interrupts and fiddling with the slot register at $C02D would
  39. suffice, but the more correct, Apple-recommended method would be to use the
  40. Slot Arbiter. As I don't have Slot Arbiter docs, I imagine they are in the
  41. GS/OS Device Driver Ref. I'd hate to have to fiddle with the Slot Arbiter every
  42. time, but I also imagine some calculations (and the quantity thereof) would
  43. have you disabling interrupts for too long if you mess with $C02D directly.
  44.  
  45.   You can't literally work with the FPE "similar to Proterm". The SCC
  46. softswitches are not in slot space, so PT can get to them w/o worrying about
  47. the slot settings.
  48.  
  49.  
  50.   --Jay, jay.krell@cornell.edu
  51. :write
  52.  
  53.