Vladyslav Nikonov
Vladyslav Nikonov
Implement palette configuration. `rustzx-core` already has logic to accept custom palettes, they just should be implemented in `rustzx` app. Relates to pacmancoder/rustzx#77
Currently, RustZX does not support multi-part(multi-page)ROMs packed to a single container file (.gz for example), this should be fixed, potentially in `rustzx-utils` and `rustzx` crates
Add support for zip-packed assets such as tapes, snapshots,. ROMs, etc.
Currently, RustZX fails if provided ROM file for 128K machines does not end with `.0` and fails if `.1` file with the same base name is missing. This should provide...
When I tried to compile and play on the emulator using my old `Xiaomi Mi Notebook Air 12 M3` (Intel M3-7Y30 CPU, 4GB RAM, Integrated graphics), the emulator suddenly started...
Currently rustzx-core mixes sound sources (beeper and AY chip) via simple addition. However, it is more correct to apply DC filtering after addition to emulate the audio coupling capacitor at...
Currently, `RustZX` build test assets via shell script (Tapes and SNAs written in `C` and compiled via `z88dk` docker container). However, test assets have reached the point when it is...
Implement Beta disk interface (wd1793) support and TRDOS pagination Epic pacmancoder/rustzx#89
In the scope of this task, FDD emulation should be implemented - this should allow making all basic operations with the floppy disks (control, read, write) and expose a usable...
GH Epic https://github.com/pacmancoder/rustzx/issues/89