Skip to content

Waoss/Enesys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enesys

Enesys is an NES emulator I'm writing :)

Emulated

A simple CPU and some part of the RAM has been emulated.

Building

Enesys uses Gradle as it's build system. So a simple
$ gradle build
should be enough. Obviously,you need to have Gradle installed and in your path.