A nearly complete NES emulator in a single 750-line C++ source file
Go to file
2020-05-17 21:01:10 -05:00
.vscode Removed menus 2020-05-17 17:17:01 -05:00
.gitignore update 2020-05-16 21:20:51 -05:00
LICENSE Create LICENSE 2020-05-17 21:01:10 -05:00
main.cpp Removed sound 2020-05-17 20:53:50 -05:00
README.md update 2020-05-16 21:20:51 -05:00
SConstruct Removed menus 2020-05-17 17:17:01 -05:00

BadNES

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

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