mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
BT48x: Remove excess logging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user