emoon / rust64

Commodore 64 emulator written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust64 - a C64 emulator written in Rust

Some people learn a new language with "Hello world". Others toy around with it implementing amazing graphical effects. I decided to write a C64 emulator. This is my attempt to learn the Rust programming language and have fun at the same time.

Dependencies:

Requires Rust 1.5.0 to compile and run. Currently only supports Win32 due to dependency libraries being under development.

TODO:

  • sprites
  • SID emulation
  • serial bus/disk drives

This is an on-off WIP project, so update frequency may vary.

Resources used to create this emulator:

About

Commodore 64 emulator written in Rust


Languages

Language:Rust 99.6%Language:Assembly 0.3%Language:Makefile 0.1%