c64js
c64js copied to clipboard
A commodore 64 emulator written in vanilla JavaScript
When using the print command with addition or subtraction, there is a bug where, for example, if you inputted "print 1+1" the results would be 11. The same goes for...
Try this I used it on a project of mine and it works nicely. Emulates scalines (in a more correct way than found around) and RGB CRT pixels. Add it...
Locally all files are loaded as needed (but the fonts, but who cares), but emulator does not work: it keeps self-typing spaces, preventing me from typing anything.