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

Fix disk format type checks #176

Closed whscullin closed 1 year ago

whscullin commented 1 year ago

Use array inclusion instead of object key check. Fixes issue identified in https://github.com/whscullin/apple2js/issues/175.