docker-c64 icon indicating copy to clipboard operation
docker-c64 copied to clipboard

C64 emulator running in docker

docker-c64

A C64 emulator in Docker. This is a real C64 emulator "underneath", but with a stripped down display output (just the character buffer converted to ASCII), and no sound output.

Howto

Run from Docker Hub:

> docker run --rm -it flohofwoe/c64

To build just the emulator:

> cc c64.c -o c64 -O3 -lcurses

The source code is taken from these repositories:

https://github.com/floooh/chips

https://github.com/floooh/chips-test