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

  1. Xref: sparky comp.sys.m6809:546 comp.os.os9:1526 sci.electronics:20679
  2. Newsgroups: comp.sys.m6809,comp.os.os9,sci.electronics
  3. Path: sparky!uunet!utcsri!torn!nott!cunews!wcscps
  4. From: wcscps@alfred.carleton.ca (Mike Richardson)
  5. Subject: Re: Color Computer 3 interfacing
  6. Message-ID: <wcscps.724353161@cunews>
  7. Sender: news@cunews.carleton.ca (News Administrator)
  8. Organization: Carleton University
  9. References: <1gap5kINN2u9@master.cs.rose-hulman.edu> <avalon.724174742@coombs> <Bz5x4A.1qH@watserv1.uwaterloo.ca>
  10. Date: Mon, 14 Dec 1992 17:12:41 GMT
  11. Lines: 30
  12.  
  13. In <Bz5x4A.1qH@watserv1.uwaterloo.ca> bcwhite@norton.uwaterloo.ca (Brian C. White) writes:
  14.  
  15. >Yeah, this area of memory is static (like the i/o space) regardless
  16. >of the settings of the MMU.  OS-9 puts code up there to push registers
  17. >and switch to the system map during exception processing.  Code also
  18. >exists to go the other way.
  19.  
  20. >I once tried to hack a bit-banger driver to fit up there in the little
  21. >bit of space that is still free.  I thought I could really speed up
  22. >the throughput on the thing.  Never got far because of the complexity
  23. >and the great shortage of memory up there.  Still, it might be possible
  24. >to hack one for an RS232 pak!  You could probably get some wicked
  25. >transmission rates that way.
  26.  
  27. >                                        Brian
  28.  
  29.   On a similar vein, about 3 months ago I tried to get a digitized
  30. sound driver working under level II, using the FIRQ.  The idea was to
  31. use the empty space in $FExx and vector the FIRQ there, bypassing the
  32. OS9 stuff (which was sloooow, and would crash if used!).  I got to the
  33. point where I had a simple square wave generator running in ~$10
  34. bytes, and which worked.... for a bit.  It would always crash after a
  35. while, tho, as it seemed the IRQ was interfereing somehow.  So I
  36. finally dropped it.  Too bad, a background sound driver would have
  37. come in real handy.
  38.  
  39. Alan DeKok.
  40.  
  41.