Skip to content

MrSome1/ToNES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToNES

Road to building an NES step by step

Build

Using the typical cmake routine

export Qt5_DIR="~/Qt/5.15.2/gcc_64/lib/cmake/Qt5"
cd ${path to FoolNES}
mkdir build && cd build
cmake .. && make

Then find the binary file ToNES in folder build

Run

ToNES ${path to .nes file}

# e.g.
ToNES examples/nes/example.nes

TODO

  • PPU
  • APU
  • Controller

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published