pizza: some debugging info

This commit is contained in:
nattthebear 2017-06-20 18:31:10 -04:00
parent c112bb835f
commit d1838cb868
1 changed files with 1 additions and 1 deletions

View File

@ -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!!");