Fuse Spectrum Emulator
926
ZX Spectrum emulation with Fuse running under Docker.

docker run -it \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
--device /dev/dri/card0 \
--device /dev/snd \
--name fuse-emulator \
jamesnetherton/fuse-emulator
You'll need some .tap or .tzx files to play games. You can mount a directory from your host into the container to share downloaded games.
The World Of Spectrum Archive is a good place to find games.
Content type
Image
Digest
Size
127.2 MB
Last updated
over 5 years ago
docker pull jamesnetherton/fuse-emulator