whscullin / apple2js

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

Fix issue #64 #66

Closed iflan closed 3 years ago

iflan commented 3 years ago

During the typescriptification of disk2.js (9d0ec5489c002834d71c68e0745ace3ae1d5336f), drive, a parameter reference, was changed into this.drive, the current active disk, by mistake. This change fixes that error.