CL-GD 54xx: Remove an excess logging line.

This commit is contained in:
OBattler
2025-05-06 19:06:30 +02:00
parent 3d0160d0a3
commit 8508a04825

View File

@@ -4141,8 +4141,6 @@ gd54xx_reset(void *priv)
gd54xx_t *gd54xx = (gd54xx_t *) priv;
svga_t *svga = &gd54xx->svga;
pclog("gd54xx_reset()\n");
memset(svga->crtc, 0x00, sizeof(svga->crtc));
memset(svga->seqregs, 0x00, sizeof(svga->seqregs));
memset(svga->gdcreg, 0x00, sizeof(svga->gdcreg));