Skip to content

TheoW03/TetroidNES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TetroidNES

ci build license

TetroidNES is an open source multi platform NES emulator.

It currently has support for both windows and debian based linux distros

Build Instructions

glance at the Prerequisites page in the wiki to see what you need to download and compiler Prerequisites

# build Cmake
cmake -S . -B build 

# build amd run project
cmake --build build --config Release
./Release/tetroid.exe ${path to .nes rom file} 

# build and run unit tests
cmake --build build
# make sure TestRoms are up to date

# TODO  install cc65 assembler and add it to your PATH/bin directory 
# if you want buildTestRoms.ps1 to work
# downlaode page: 

# builds the Test Roms 
. .\buildTestRoms.ps1  
build 
# run Unit Tests
./Debug/Emulator_tests.exe

Documentation

documentation

a special thanks to all who helped me make this

Releases

No releases published

Packages

No packages published