RE: [stella] Start addresses...

Subject: RE: [stella] Start addresses...
From: Robert "A." Colbert <colbertb@xxxxxxxxxxxx>
Date: Mon, 15 Sep 1997 08:23:23 -0500
>Reply to your message of 9/15/97 7:46 AM
>/* The first two bytes of data indicate the beginning address of the
>code */
>
>        if (!sflag) {
>          startlo = buffer[0xfc];
>          starthi = buffer[0xfd];
>
>Is the comment in error?  The _first_ two bytes?  I think so...

No, that is referring to the first 2 bytes of the OUTPUT file, or the .wav file! (Actually to be more precise, it means the 1st 2 bytes of the 8 byte Suprecharger data header).

			Later,
				Bob
>And is this true for all file sizes?  Or just 2048, 4096, and
>?6144? ?
>
>Thanks!
>
>--
>Robin Harbron   robinh@xxxxxxxxxxxxxxx
>    http://www.tbaytel.net/macbeth
>
>--
>Archives updated once/day at http://www.biglist.com/lists/stella/archives/
>Unsubscribing and other info at http://www.biglist.com/lists/stella/stella.html
>End of message

Wanna write a game for the Atari 2600?
Check out http://www.novia.net/~rcolbert


--
Archives updated once/day at http://www.biglist.com/lists/stella/archives/
Unsubscribing and other info at http://www.biglist.com/lists/stella/stella.html

Current Thread