gamebert
gamebert copied to clipboard
A Game Boy emulator written by Robert
Gamebert
A Game Boy emulator written by Robert, in Go.
Running it
- Download Gameboy bootrom and save at
./dmg_boot.bin(TODO: make this easier) - Edit
main.goto point at a ROM that you've downloaded (TODO: add as a command line flag) go run .
Is Gamebert any good?
Overall I think it's alright!
+:
- It pretty much works!
- I think that the code is relatively clean
- I think that using an
opcodes.jsonfile abstracts away a lot of tedium
-:
- Probably plenty of bugs
- No command line flags
- Plenty of wonky design decisions that I wouldn't repeat if I did the project again
- Sound not implemented