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 Fix 2mg header parsing and add tests (#127) 2022-06-06 18:10:06 -07:00
2mg.spec.ts Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07:00
create_disk.spec.ts Floppy controller refactorings 1 (#155) 2022-08-31 18:55:01 -07:00
d13.spec.ts Enforce strict equality (#115) 2022-05-18 08:19:45 -07:00
do.spec.ts Enforce strict equality (#115) 2022-05-18 08:19:45 -07:00
format_utils.spec.ts Add 13 sector disk support to getBinary (#159) 2022-09-18 06:40:08 -07:00
po.spec.ts Enforce strict equality (#115) 2022-05-18 08:19:45 -07:00
util.spec.ts fix test typing 2021-02-07 21:54:11 -08:00
util.ts Add the recommended eslint plugins for TypeScript (#121) 2022-05-31 08:38:40 -07:00
woz.spec.ts Split disk data out into its own record (#158) 2022-09-17 06:41:35 -07:00