Skip to content

kurisuke/nessuno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nessuno

Yet another NES emulator written in Rust.

Dependencies:

Using Cozette bitmap font for UI text.

Feature support

  • tested on Linux only (but using cross-platform video / audio libs)
  • NTSC / PAL
  • Audio: all channels except DMC
  • Mappers: 000, 001, 002, 003, 004, 007, 009
  • Input: keyboard or controller (gilrs), fixed mapping, 1 controller only
  • Save states: autosave, currently one per ROM

Build

Non-Rust build dependencies (Debian/Ubuntu):

sudo apt install libasound2-dev libudev-dev

Build & run:

cargo run --release --bin nessuno romname.nes

About

Yet another NES emulator written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages