Add README

This commit is contained in:
Simon Gellis 2024-10-13 23:10:13 -04:00
parent 67b3dce1d5
commit 7c8ce09516
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# Pizza Gauntlet
A test suite for a (virtual boy) v810 CPU or emulator. Originally written by PizzaRollsRoyce.
The test passes if execution reaches the infinite loop at `done`, and fails if it halts at any point before that.