boy: Initial public commit

- SM83 implementation kinda works
- Live disassembly, memory write tracing
- Pretty snazzy debugger with custom memory editor
- hexadecimal calculator with novel operator precedence rules
This commit is contained in:
2024-06-22 07:25:59 -05:00
commit acfbb8f1cf
16 changed files with 4646 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
/target
# Test ROMs
/roms
**.gb
# VSCode
.vscode