home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.cbm
- 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
- From: nevs@cs.tu-berlin.de (Sven Goldt)
- Subject: Re: Assembly problems
- Message-ID: <1992Nov5.092458.18922@cs.tu-berlin.de>
- Sender: news@cs.tu-berlin.de
- Organization: Techn. University of Berlin, Germany
- References: <Lu8mTB1w164w@jwt.UUCP>
- Date: Thu, 5 Nov 1992 09:24:58 GMT
- Lines: 17
-
- Additions to the IRQ-loader:
- You can only fetch a few bytes while loading in interrupt.
- So load a file piece after piece.
- I mean call iecin e.g. max. 40 times in a row.
- Then call the playroutine for your sound and wait again
- for the rasterline which shall trigger the next load.
- You don't even need to do it in an interrupt procedure,
- just do it between 2 rasterlines. But try it out,what you prefer.
-
-
- --
- *******************************************************************************
- * feel free to mail to nevs@cs.tu-berlin.de /"/ /"| / /"" *
- * nevs = Sven Goldt / / /" |/ "/ *
- * ' ' '" " """ *
- * # THE MOST IMPORTANT FINANCIAL QUESTION IS: Where is the money ? # *
- *******************************************************************************
-