home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / cbm / 4397 < prev    next >
Encoding:
Text File  |  1992-11-04  |  1.4 KB  |  29 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!cs.tu-berlin.de!nevs
  3. From: nevs@cs.tu-berlin.de (Sven Goldt)
  4. Subject: Re: Assembly problems
  5. Message-ID: <1992Nov5.092458.18922@cs.tu-berlin.de>
  6. Sender: news@cs.tu-berlin.de
  7. Organization: Techn. University of Berlin, Germany
  8. References: <Lu8mTB1w164w@jwt.UUCP>
  9. Date: Thu, 5 Nov 1992 09:24:58 GMT
  10. Lines: 17
  11.  
  12. Additions to the IRQ-loader:
  13. You can only fetch a few bytes while loading in interrupt.
  14. So load a file piece after piece.
  15. I mean call iecin e.g. max. 40 times in a row.
  16. Then call the playroutine for your sound and wait again
  17. for the rasterline which shall trigger the next load.
  18. You don't even need to do it in an interrupt procedure,
  19. just do it between 2 rasterlines.  But try it out,what you prefer.
  20.  
  21.  
  22. --
  23. *******************************************************************************
  24. *  feel free to mail to nevs@cs.tu-berlin.de    /"/ /"| / /""                 *
  25. *  nevs = Sven Goldt                           / / /" |/  "/                  * 
  26. *                                             ' ' '"  " """                   * 
  27. *  # THE MOST IMPORTANT FINANCIAL QUESTION IS:  Where is the money ? #        *
  28. *******************************************************************************
  29.