BT48x: Remove excess logging

This commit is contained in:
RichardG867
2025-12-13 16:46:23 -03:00
parent 791daafceb
commit 2ca88989c4

View File

@@ -377,7 +377,9 @@ bt48x_recalctimings(void *priv, svga_t *svga)
if (svga->bpp >= 15)
svga->true_color_bypass = !!(ramdac->cmd_r1 & 0x10);
#if 0
pclog("CR0=%02x, CR1=%02x, CR2=%02x.\n", ramdac->cmd_r0, ramdac->cmd_r1, ramdac->cmd_r2);
#endif
}
void