X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fjerry.cpp;h=d0d44af429fc0bfade5f97c58157ed0e227ab69c;hb=576a7bd6373a53d9cff6a7bb88334429469e0751;hp=cba9571c808a666326dc71e58dab7e7a383767ed;hpb=19cb30261693d5c56c79d87030cfe8e1dc9ca033;p=virtualjaguar diff --git a/src/jerry.cpp b/src/jerry.cpp index cba9571..d0d44af 100644 --- a/src/jerry.cpp +++ b/src/jerry.cpp @@ -814,8 +814,11 @@ else if (offset == 0xF10014) // WriteLog("JERRY: D_FLAGS word written by %s: %u\n", whoName[who], data); //else if (offset == 0xF1A102) // WriteLog("JERRY: D_FLAGS+2 word written by %s: %u\n", whoName[who], data); -//else if (offset == 0xF10020) -// WriteLog("JERRY: JINTCTRL word written by %s: $%04X\n", whoName[who], data); +else if (offset == 0xF10020) + WriteLog("JERRY: JINTCTRL word written by %s: $%04X (%s%s%s%s%s%s)\n", whoName[who], data, + (data & 0x01 ? "Extrnl " : ""), (data & 0x02 ? "DSP " : ""), + (data & 0x04 ? "Timer0 " : ""), (data & 0x08 ? "Timer1 " : ""), + (data & 0x10 ? "ASI " : ""), (data & 0x20 ? "I2S " : "")); #endif if ((offset >= DSP_CONTROL_RAM_BASE) && (offset < DSP_CONTROL_RAM_BASE+0x20))