RustyNES (Source)
RustyNES (Source)
RustyNES (Source)
File Size:
333.49 kB
Version:
0.2.0
Date:
17 January 2022
Downloads:
0 x
A hobby NES emulator written in Rust.
RustyNes is a very basic NES emulator that supports mappers 0-4 and has save and load states.
Features
Controls
Key | Function |
---|---|
Enter | NES Start |
Right Shift | NES Select |
Z | NES A |
X | NES B |
Arrow Keys | NES D-pad |
Esc | Exits to splash screen. If already on splash screen, exits the emulator. |
Changelog
Building
In order to build RustyNES, you will need to install the SDL2 development libraries. The following operating systems are supported:
If you are using Linux, you will also need the GTK3 development libraries in order to build Rust File Dialog (RFD).
Once the libraries are installed, you should be able to build a binary by running the following command in the root of your RustyNES repository:
cargo build --release
Powered by Phoca Download