NES An NES ROM made just to try out making NES Homebrew. Installing cc65 To build, you will need cc65. brew install cc65 FCEUX To test, you will need FCEUX. brew install fceux Building To build: make To test: make test To clean: make clean Credits nesdev nesdoug nesdev wiki