We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will webassembly make your the emulator more efficient?
The text was updated successfully, but these errors were encountered:
I don't know for sure, but probably yes. But it would have to be rewritten, at least the emulation core components.
Sorry, something went wrong.
@ppeccin you can find a 6502 emulator in web assembly here: https://github.com/floooh/chips/blob/master/chips/m6502.h
The atari2600 uses just a slightly faster cutdown version of 6502 called 6507.
No branches or pull requests
Will webassembly make your the emulator more efficient?
The text was updated successfully, but these errors were encountered: