|
||
---|---|---|
.. | ||
inc | ||
port | ||
src | ||
LICENSE | ||
luat_lib_nes.c | ||
README_zh.md | ||
README.md |
English | 中文
nes
Introduction
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
Software Architecture
The example is based on SDL2 for image and sound output, without special dependencies, and you can port to any hardware by yourself
Compile Tutorial
clone repository,installxmake ,execute xmake
directly to compile
Instructions
on linux enter ./nes xxx.nes
load the game to run
on windows enter .\nes.exe xxx.nes
load the game to run
Key mapping::
up A B
left down right select start
P1:
W J K
A S D V B
P2:
↑ 5 6
← ↓ → 1 2