Sign inSign up

jamesnetherton/fuse-emulator

By jamesnetherton

Updated over 5 years ago

Fuse Spectrum Emulator

Image
1

926

jamesnetherton/fuse-emulator repository overview

Fuse Spectrum Emulator on Docker

ZX Spectrum emulation with Fuse running under Docker.

Fuse

Starting a Fuse container

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
Games

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.

Tag summary

Content type

Image

Digest

Size

127.2 MB

Last updated

over 5 years ago

docker pull jamesnetherton/fuse-emulator