profile picture

1 pages tagged with "emulation"

Porting a C# NES emulator to Rust

November 20, 2015 - 1817 words - 10 mins
Many years ago, I created a simple NES emulator in C# using SDL and Mono. For fun, I wanted to see what it would be like to port that emulator to Rust. A couple weeks later, after poking on it on and off between packing for a move, I was able to get it working. What I did Loading a binary file Lo… read more