From d1838cb8688019677e80f01a52a3a89091d381e3 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Tue, 20 Jun 2017 18:31:10 -0400 Subject: [PATCH] pizza: some debugging info --- waterbox/pizza/lib/sgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waterbox/pizza/lib/sgb.c b/waterbox/pizza/lib/sgb.c index 162262b4df..47e71132d9 100644 --- a/waterbox/pizza/lib/sgb.c +++ b/waterbox/pizza/lib/sgb.c @@ -476,7 +476,7 @@ static void do_command(void) // TODO: Is it possible for this (and DATA_TRN) to write data to // memory areas used for the attribute file, etc? // If so, do games do this? - utils_log("SGB: DATA_SND!!"); + utils_log("SGB: DATA_SND!! %02x:%02x%02x [%02x]", sgb.command[3], sgb.command[2], sgb.command[1], sgb.command[4]); break; case 0x10: // DATA_TRN utils_log("SGB: DATA_TRN!!");