Vladyslav Nikonov
Vladyslav Nikonov
This color mode is implemented via fast switching of the color attributes; Because of [persistence of vision](https://en.wikipedia.org/wiki/Persistence_of_vision) basic ZX Spectrum color palette effectively extends from 15 colors to 120 colors....
There are a lot of failures in z80 tests by @raxoft https://github.com/raxoft/z80test (Found via https://viva-games.ru/game/zilog-z80-cpu-test-suite) Passing test tapes: `z80doc.tap` `z80docflags.tap` Failing test tapes: `z80full.tap`, `z80ccf.tap`, `z80flags.tap`, `z80memptr.tap` Most likely `ccf`...
Following command, described in the README.md fails with the error message: ```bash sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 584F7F9F ``` **Expected result:** Commands finishes successfully. **Actual result** Command fails with...
Task Implementation should have the following: - [ ] Bootstrap `wry`-based binary which runs rustzx on canvas - use custom-protocol to get assets, handle drag&drop etc. - use rustzx core...
Implement unicode input for `ironrdp-client`. Details: - See `ironrdp-web` implementation for inspiration. - See initial task https://github.com/Devolutions/IronRDP/issues/106 Blocked by https://github.com/Devolutions/IronRDP/issues/375 (winit update)
`winit` update is required to implement Unicode Input, as the new version updates its API to make `WindowEvent::KeyboardInput` receive Unicode characters