mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
7e41c69366
* Add a basic write test for WOZ images The new test just tries to change some random nibbles at the beginning of the image and then verifies that the change has been recorded. This exposed a bug where `q7` was never set to `true` when write mode was toggled on. Also, the assumptions and limitations of `moveHead` are more clearly documented. * Address comments * Improved `moveHead` documentation a bit more. * Removed redundant variable in `readNibble`. * Refactored `findSector` and commented out the chatty log line. All tests pass. No lint warnings. |
||
---|---|---|
.. | ||
components | ||
env | ||
js | ||
roms | ||
util | ||
cpu6502.spec.ts | ||
cpu-tom-harte.spec.ts | ||
cpu.spec.ts | ||
jest-setup.ts |