copy / v86

x86 PC emulator and x86-to-wasm JIT, running in the browser
https://copy.sh/v86/
BSD 2-Clause "Simplified" License
19.9k stars 1.41k forks source link

Running a QBasic program freezes my cursor #58

Closed ullenboom closed 9 years ago

ullenboom commented 9 years ago

The QBasic editor works fine, but if I want to start a program (Shift+F5) it is hanging and also freeze my browser one time. (Has to be a bug in Chrome.) Also not working in IE.

If you want to try it yourself, remove ".jpg" from the attached Floppy disk image and rename it to qbasic.img e.g.

qbasic img

copy commented 9 years ago

I cannot reproduce the freezing, but the screen turns black. Is that the problem you're having?

ullenboom commented 9 years ago

This is exactly the problem, the screen stays black. At the begining thats ok, because the editor switches to the background to let the Basic programm run, like shown in the screenshot. unbenannt

copy commented 9 years ago

Got it, thanks. The interpreter actually seems to work (you can see the result by selecting the text), but the text colour is incorrect. I'll fix this soon.