whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Add tests for the Disk II card #133

Closed iflan closed 2 years ago

iflan commented 2 years ago

This change adds basic read and write tests for nibble-based disks for the Disk II card and fixes a few minor errors.

These tests are in preparation for refactoring.

iflan commented 2 years ago

After thinking about this, I'm not sure my write tests are correct. Please don't merge yet.

iflan commented 2 years ago

OK. This should be good to go. Please let me know what you think.