Vladyslav Nikonov

Results 35 issues of 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

crate/rustzx
epic/gui
type/feature

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

type/enhancement
crate/rustzx

Add support for zip-packed assets such as tapes, snapshots,. ROMs, etc.

crate/rustzx
type/feature

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...

type/bug
crate/rustzx
crate/rustzx-core

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...

type/bug
crate/rustzx

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...

type/enhancement
crate/rustzx-core

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...

type/enhancement
type/infrastructure
crate/rustzx-test

Implement Beta disk interface (wd1793) support and TRDOS pagination Epic pacmancoder/rustzx#89

crate/rustzx
crate/rustzx-core
epic/trdos
type/feature

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...

crate/rustzx-core
epic/trdos
type/feature

GH Epic https://github.com/pacmancoder/rustzx/issues/89

crate/rustzx
crate/rustzx-core
type/epic
epic/trdos