Skip to content

tanakh/bjne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bjne (Beautiful Japanese NES Emulator)

This is a NES emulator that's source code is:

  • very simple
  • very short
  • very straight-forward

Required Packages

  • g++
  • boost
  • SDL
  • python

Installation

$ ./waf configure
$ ./waf
$ sudo ./waf install

Running bjne

$ bjne <rom-filename>

License

New BSD License (see LICENSE file).