Skip to content

ValeriyBogorodskiy/yanes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YaNES

Is a simple cross-platform (Windows, macOS, Linux) C# NES emulator. At the moment emulator supports only NROM games. I've checked Pac-Man (looking good) and Super-Mario Bros (playable).
 

🕹️ How to try it (.NET 6.0 required):

  • Download archive for your platform from releases page
  • Unpack downloaded archive
  • Place a ROM file inside emulator folder
  • Rename ROM file to yanes.nes
  • Run Console executable
  • (optional for macOS) deal with security warnings

⌨️ Controls:

  • Arrows - WASD
  • Button A - Left arrow key
  • Button B - Right arrow key
  • Start - Enter
  • Select - Right shift

🛠️ What has to be done:

  • Rendering fixes
  • Mappers support
  • APU emulation
  • Configs to tweak controls and other emulation parameters

🔗 Links: