Re: [stella] 7800

Subject: Re: [stella] 7800
From: "Flipper - Personal" <flipper@xxxxxxxx>
Date: Fri, 13 Nov 1998 17:41:00 -0500
>> The key was supposed to be all FFs when sent to Atari.  Not sure
>> what region the key routine scans though.   ($x000-$FF7F or $x000-$FFFF)


>From looking at the BIOS source, the regions used were....

$x000-$FEFF
$FF00-$FF7F
120 byte gap for key
low byte of 'start of authentication' not checked. (really really subtle
bit checking done here. probably why.  also, the auth key starts looking at
the start of the page AFTER the start of code.  if start of code points to
$E287, the authentication routine will start looking at $E300.  this
intervening space is calculated as $00 for purposes of the hash)
$FFF9-$FFFF




--
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/

Current Thread