A C# Neural Network Testbed for Nintendo Entertainment System (NES) hardware based on the Xyene Emulator.NES emulator.
Emulator.NES uses C# 7 language features, so requires a compiler that supports them.
Visual Studio 2017 is sufficient to compile.
msbuild
from Mono should be used to build, but the version included in most distro repositories is not
new enough to have C# 7 support (or may not have msbuild
). Instead, install a Mono version directly from the Mono site.
Then, to compile:
$ nuget update -self
$ nuget restore
$ msbuild /property:Configuration=Release NES-NN-Testbed.sln