psx emulator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Forest Belton fd6fc2f43b Add README 2 years ago
.vscode Fix code formatting 2 years ago
include Implement BEQ, LUI, and fix memory issue 2 years ago
src Implement BEQ, LUI, and fix memory issue 2 years ago
test Fix code formatting 2 years ago
.gitignore Parse boot ROM header 2 years ago
Makefile Implement testing suite 2 years ago
README.md Add README 2 years ago

README.md

psxc

psx emulator written in c

Build

$ make
$ make test

Documentation