[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Moving binary files to /RAM
On Fri, 04 Feb 2005 10:30:14 -0600, Ed Eastman <noone@nowhere.net>
wrote:
>So what if you make one big audio file and just load blocks as needed.
>ProDOS makes this very easy, but I don't remember the syntax. Let us
>know if this cures your delay issue.
The syntax you are looking for is:
BLOAD filespec, A, B, L
where filespec is the path and/or filename, A is the address in memory
where you want to data to go, B is the byte position in the file where
you want to start reading data and L is the length or number of bytes
to read.
However, if the problem is due to where on the /RAM volume the data is
being moved from, which I suspect is the problem, then this almost
certainly won't help to alleviate the delay.
--
Jeff Blakeney - Dean of the Apple II University in the
Apple II Community on Syndicomm.com
CUT the obvious from my address if you want to e-mail me