From 3317c56e833431364300b1a3776f10f5d25dc612 Mon Sep 17 00:00:00 2001 From: Rob Heaton Date: Sat, 17 Dec 2022 13:27:22 +0000 Subject: [PATCH] Add Game Boy Doctor (#239) https://github.com/robert/gameboy-doctor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1f6235..c466f45 100644 --- a/README.md +++ b/README.md @@ -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