gc_nes_desktop

Crates.iogc_nes_desktop
lib.rsgc_nes_desktop
version0.1.0
sourcesrc
created_at2020-05-29 01:08:25.671931
updated_at2020-05-29 01:08:25.671931
descriptionSimple desktop executable NES emulator which wraps the gc_nes_core crate.
homepage
repositoryhttps://github.com/GarettCooper/gc_nes_emulator
max_upload_size
id247220
size23,633
Garett Cooper (GarettCooper)

documentation

README

gc_nes_desktop

Simple desktop application built on gc_nes_core that loads a .nes file from the command line and runs it in a window.

Download

Download the latest version of gc_nes_desktop from the releases page.

Running a ROM

Launch gc_nes_desktop from the commandline like so:

gc_nes_desktop.exe --scale 4 SomeNesRom.nes

Controls

gc_nes_desktop maps the NES input to the following keys:

  • D-pad to WASD
  • Start to T
  • Select to Y
  • A to Space
  • B to Left Shift

Current version: 0.1.0

Commit count: 90

cargo fmt