Adjusted contiki.cfg offset due to increased size of Breadbox64.
This commit is contained in:
parent
0e8773a619
commit
3ed0411387
|
@ -32,7 +32,7 @@ case 'atari':
|
||||||
$hex = strtok($_GET['atari-addr-drv'], '-');
|
$hex = strtok($_GET['atari-addr-drv'], '-');
|
||||||
$drv = strtok('-');
|
$drv = strtok('-');
|
||||||
$ext = '-' . $dsk . '.atr';
|
$ext = '-' . $dsk . '.atr';
|
||||||
$blk = array(0, 5, 4, 4, 273);
|
$blk = array(0, 5, 4, 4, 275);
|
||||||
$ofs = 0x00010 + ($blk[$dsk] - 1) * 0x80;
|
$ofs = 0x00010 + ($blk[$dsk] - 1) * 0x80;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue