apple2js/test/js/formats
Ian Flanigan e280c3d7b8
Add 13 sector disk support to getBinary (#159)
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.
2022-09-18 06:40:08 -07:00
..
testdata
2mg.spec.ts Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07:00
create_disk.spec.ts
d13.spec.ts
do.spec.ts
format_utils.spec.ts Add 13 sector disk support to getBinary (#159) 2022-09-18 06:40:08 -07:00
po.spec.ts
util.spec.ts
util.ts
woz.spec.ts Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07:00