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 1 year ago
.vscode Fix code formatting 1 year ago
include Implement BEQ, LUI, and fix memory issue 1 year ago
src Implement BEQ, LUI, and fix memory issue 1 year ago
test Fix code formatting 1 year ago
.gitignore Parse boot ROM header 1 year ago
Makefile Implement testing suite 1 year ago
README.md Add README 1 year ago

README.md

psxc

psx emulator written in c

Build

$ make
$ make test

Documentation