Skip to content

Emulator platform for 8-bit computers in Rust

License

Notifications You must be signed in to change notification settings

zargony/rusty64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty64 - Emulator platform for 8-bit computers

Build Status

Rusty64 is an attempt to create an emulator platform for 8-bit computers in Rust. It aims to emulate a C-64 initially and maybe other computers some day.

The emulator consists of independent modules that emulate hardware pieces like generic RAM or a 6502 CPU. It's an interpreting emulation (no code translation at run time) and aims to be cycle-accurate. Hardware emulating modules are connected together, loaded with firmware and become an emulator for e.g. the C-64.

I'm aiming to find a good balance between a nice hardware abstraction, idiomatic Rust programming, a correct emulation and a good emulation speed.

This a fun project I started a while ago to practice Rust development. It's far from being usable in any way. I'm planning to push it forward from time to time in my free time. But don't expect frequent updates, but feel free to submit comments, ideas or improvements :)

About

Emulator platform for 8-bit computers in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published