English | 中文
The nes simulator implemented in c , requires c11
attention:
This repository is only for the nes simulator and does not provide the game !!!
Support:
-
CUP
-
PPU
-
APU
mapper support:0,2
The example is based on SDL2 for image and sound output, without special dependencies, and you can port to any hardware by yourself
clone repository,installxmake ,execute xmake
directly to compile
on linux enter ./nes xxx.nes
load the game to run
on windows enter .\nes.exe xxx.nes
load the game to run
joystick | up | down | left | right | select | start | A | B |
---|---|---|---|---|---|---|---|---|
P1 | W | S | A | D | V | B | J | K |
P2 | ↑ | ↓ | ← | → | 1 | 2 | 5 | 6 |