rustzx / rustzx

ZX Spectrum emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FDD emulation (With TRD disk format)

pacmancoder opened this issue · comments

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 interface for the emulated fdd controller interfaces (e.g. Beta disk interface)
As a starting point, only TRD format save/loading will be sufficient

Epic #89