Merge pull request #4180 from 86Box/tc1995

TVP3026: remove excess logs.
This commit is contained in:
Miran Grča
2024-02-20 19:57:17 +01:00
committed by GitHub

View File

@@ -518,7 +518,6 @@ tvp3026_recalctimings(void *priv, svga_t *svga)
/* TODO: Figure out gamma correction for 15/16 bpp color. */
svga->lut_map = !!(svga->bpp >= 15 && (ramdac->true_color & 0xf0) != 0x00);
pclog("MCR=0x%02x, truecolor=0x%02x, crtc1=0x%02x, MCLK=0x%02x, ClockSel=%x.\n", ramdac->mcr, ramdac->true_color, svga->crtc[1] + 1, ramdac->mclk & 0x7f, ramdac->clock_sel);
if (!(ramdac->clock_sel & 0x70)) {
if (ramdac->mcr != 0x98) {
svga->hdisp <<= 1;