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

Convert `cards/disk2.js` to Typescript #54

Closed iflan closed 3 years ago

iflan commented 3 years ago

This is mostly a straightforward conversion of cards/disk2.js to Typescript, with the following exceptions:

Even with these fixes, local storage still doesn't work correctly.

I have also added several TODOs where methods don't support WOZ disks.