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'], '-');
|
||||
$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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue