Subject: Re: bus_space stuff
To: Ignatios Souvatzis <is@jocelyn.rhein.de>
From: Leo Weppelman <leo@wau.mis.ah.nl>
List: tech-kern
Date: 11/09/1998 11:26:58
On Sat 07 Nov 1998, Ignatios Souvatzis wrote:
> Why are there bus_space_*_stream_1 functions (e.g., in the Atari
> implementation)?

It's there for symetry mostly. It also allows you to use a stream method
where such a method would be appropriate. On the atari at least, all stream_1
functions are mapped to their non-stream equivalents.

Leo.