mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
e280c3d7b8
Before, `getBinary` did not work for 13 sector disks because it assumed that all tracks had 16 sectors. On top of that, `readSector` could not decode sectors with 5 and 3 encoding. And finally, `findSector` couldn't even find sectors with DOS 3.2 address fields. All of these have been fixed and some tests added to make sure that they keep working. |
||
---|---|---|
.. | ||
testdata | ||
2mg.spec.ts | ||
create_disk.spec.ts | ||
d13.spec.ts | ||
do.spec.ts | ||
format_utils.spec.ts | ||
po.spec.ts | ||
util.spec.ts | ||
util.ts | ||
woz.spec.ts |