1
0
Fork
You've already forked gohboy
0
A Gameboy emulator written in Go
  • Go 99.2%
  • Makefile 0.6%
  • Shell 0.2%
2024年05月15日 23:28:57 +02:00
cmd/gohboy Add virtual memory manager 2024年05月08日 19:29:52 +02:00
docs Add virtual memory manager 2024年05月08日 19:29:52 +02:00
githooks Initial commit: rudimentary emulator for SM38 CPU 2024年05月08日 00:57:50 +02:00
pkg Implement arithmetic flags properly 2024年05月15日 23:28:57 +02:00
.gitignore Initial commit: rudimentary emulator for SM38 CPU 2024年05月08日 00:57:50 +02:00
go.mod Initial commit: rudimentary emulator for SM38 CPU 2024年05月08日 00:57:50 +02:00
LICENSE Initial commit: rudimentary emulator for SM38 CPU 2024年05月08日 00:57:50 +02:00
makefile Initial commit: rudimentary emulator for SM38 CPU 2024年05月08日 00:57:50 +02:00
README.md Initial commit: rudimentary emulator for SM38 CPU 2024年05月08日 00:57:50 +02:00

License

All code is available under the MIT license.

The PDF for "Game Boy: Complete Technical Reference" is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License.

Resources