All Projects → floooh → docker-c64

floooh / docker-c64

Licence: MIT license
C64 emulator running in docker

Programming Languages

c
50402 projects - #5 most used programming language
Dockerfile
14818 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].