From f491069512eeae3b8f3d6c88e4619484e176bc3b Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 25 Jan 2026 00:46:42 +0100 Subject: [PATCH] Trident TGUI: Remove excess logging. --- src/video/vid_tgui9440.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/vid_tgui9440.c b/src/video/vid_tgui9440.c index 2a76ee2a4..f91fc3f96 100644 --- a/src/video/vid_tgui9440.c +++ b/src/video/vid_tgui9440.c @@ -784,7 +784,7 @@ tgui_recalctimings(svga_t *svga) else if (svga->gdcreg[0xf] & 0x40) svga->clock *= 3.0; - pclog("GDCREGF=%02x, miscout=%02x.\n", svga->gdcreg[0xf] & 0x48, svga->miscout & 0x0c); + // pclog("GDCREGF=%02x, miscout=%02x.\n", svga->gdcreg[0xf] & 0x48, svga->miscout & 0x0c); } else { //pclog("TGUI9400CXi: Clock double=%d.\n", (((svga->miscout >> 2) & 3) | ((tgui->newctrl2 << 2) & 4) | ((tgui->newctrl2 >> 3) & 8))); switch (((svga->miscout >> 2) & 3) | ((tgui->newctrl2 << 2) & 4) | ((tgui->newctrl2 >> 3) & 8)) {