home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / apple2 / 23417 < prev    next >
Encoding:
Internet Message Format  |  1992-11-04  |  1.7 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!uwm.edu!wupost!waikato.ac.nz!comp.vuw.ac.nz!actrix!David.Empson
  2. Newsgroups: comp.sys.apple2
  3. Subject: Re: Text Tool set problems
  4. Message-ID: <1992Nov5.095121.20762@actrix.gen.nz>
  5. From: David.Empson@bbs.actrix.gen.nz
  6. Date: Thu, 5 Nov 1992 09:51:21 GMT
  7. Sender: David.Empson@actrix.gen.nz (David Empson)
  8. References: <LLRoTB1w165w@bluemoon.rn.com>
  9. Organization: Actrix Information Exchange
  10. Lines: 25
  11.  
  12. In article <LLRoTB1w165w@bluemoon.rn.com> t_captain@bluemoon.rn.com (Tc Wilson) writes:
  13. > I ran into an interesting problem with the text tool set and the 
  14. > StatusTextDev call - it should return weither or not the device has input 
  15. > ready or can accept output.  It doesn't - it never passes back anything 
  16. > other than carry clear (even when my own driver passes back a carry set 
  17. > along with A being various values - I've tried all sorts of things).
  18.  
  19. That is a bug in the ROM 03 version of StatusTextDev.  It caught me
  20. out in an earlier version of my ABOUT program, which was using
  21. StatusTextDev to see if the printer was online.  Whenever trying to
  22. print on a ROM 03, it always brought up a dialog box saying the printer
  23. was offline!  I fixed this in version 1.5, about a year ago.
  24.  
  25. I seem to recall that this function doesn't work properly on a ROM 01
  26. either, but it has a DIFFERENT bug (I don't remember the details).
  27.  
  28. In the end, I just used FWEntry to call the Pascal firmware's STATUS
  29. routine directly (by looking at the appropriate location in $C1xx to
  30. find the address, etc.)
  31. -- 
  32. David Empson
  33.  
  34. Internet: David.Empson@bbs.actrix.gen.nz    EMPSON_D@kosmos.wcc.govt.nz
  35. Snail mail: P.O. Box 27-103, Wellington, New Zealand
  36.