1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-30 11:00:05 +02:00

Add Game Boy Doctor (#239)

https://github.com/robert/gameboy-doctor
This commit is contained in:
Rob Heaton
2022-12-17 13:27:22 +00:00
committed by GitHub
parent 20c5b02346
commit 3317c56e83

View File

@@ -199,6 +199,7 @@ You can find a (way cooler) web version of this list [here](https://gbdev.github
- [Porting a GO Game Boy emulator to WebAssembly](https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/)
- [About swotGB](https://mitxela.com/projects/swotgb/about) - Notes about the development of a Game Boy emulator in JavaScript.
- [List of open source emulators](EMULATORS.md)
- [Game Boy Doctor](https://github.com/robert/gameboy-doctor) - A command line tool for comparing logs from your emulator to those from a known-correct one. Useful for line-by-line debugging of Blargg's test ROMs.
### Testing