Adjusted contiki.cfg offset due to increased size of Breadbox64.

This commit is contained in:
oliverschmidt 2011-01-04 11:53:07 +00:00
parent 0e8773a619
commit 3ed0411387

View file

@ -32,7 +32,7 @@ case 'atari':
$hex = strtok($_GET['atari-addr-drv'], '-');
$drv = strtok('-');
$ext = '-' . $dsk . '.atr';
$blk = array(0, 5, 4, 4, 273);
$blk = array(0, 5, 4, 4, 275);
$ofs = 0x00010 + ($blk[$dsk] - 1) * 0x80;
break;
}