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 WOZ disks #136

Closed iflan closed 2 years ago

iflan commented 2 years ago

The new tests verify the basic read behavior of the state sequencer on well-behaved disks, including sync bytes and so on. Write tests are still to come.

There's also a change to the Woz format to return the info chunk data as well.

There are also new tests for dirty callbacks on write for Nibble disks.