A nearly complete NES emulator in a single 750-line C++ source file
Go to file
2020-05-16 21:20:29 -05:00
lib Initial commit 2020-05-16 18:37:34 -05:00
old Initial commit 2020-05-16 18:37:34 -05:00
res Initial commit 2020-05-16 18:37:34 -05:00
simpleini Initial commit 2020-05-16 18:37:34 -05:00
src Initial commit 2020-05-16 18:37:34 -05:00
.gitignore Initial commit 2020-05-16 18:37:34 -05:00
.gitmodules Initial commit 2020-05-16 18:37:34 -05:00
README.md Update README.md 2020-05-16 21:20:29 -05:00
SConstruct Initial commit 2020-05-16 18:37:34 -05:00

BadNES

  ____            _ _   _ ______  _____ 
 |  _ \          | | \ | |  ____|/ ____|
 | |_) | __ _  __| |  \| | |__  | (___  
 |  _ < / _` |/ _` | . ` |  __|  \___ \ 
 | |_) | (_| | (_| | |\  | |____ ____) |
 |____/ \__,_|\__,_|_| \_|______|_____/ 
				EMULATOR

An extremely minimal work-in-progress NES emulator based on LaiNES.