rustzx / rustzx

ZX Spectrum emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `*.scr` support

pacmancoder opened this issue · comments

Add support for *.scr ZX Spectrum screenshot format. Also, maybe it makes sense to add *.gsc (Gigascreen format) support in the scope of this task (I think to load gsc it is required to load 2 screen banks and write simple code to swap screens each frame)