-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Implement ZX Spectrum 48K #314
Comments
+ emuStudio deps versions update + gradle 8.0.2
[#314] Draft of cassette player + zx-spectrum-ula fixes
Leftovers: KeyboardThe mapping of all ZX keys to host keyboard is implemented correctly. Additional TODO is to map additional host keys, like backspace or delete for increased user experience. The visual keyboard shown at the bottom should recognize "graphics" mode and change keys images accordingly. Also, if SHIFT / CTRL is pressed, the shift/symshift should be filled with different color. ContentionMemory + I/O contention should be implemented properly DocumentationZX Spectrum documentation should be started in the website. The documentation should include all Z-80 tests which pass or don't pass. Audio tape player/recorderTODO is to suppot TZX files, and possibility to save recordings to TAP/TZX files. AudioAudio output should be implemented. |
[#314] Add BS + DELETE to keyboard mapping
ZX Spectrum48K basic info: https://worldofspectrum.org/faq/reference/48kreference.htm
ZX Spectrum tests:
The text was updated successfully, but these errors were encountered: