S3 Trio32: Fix cursor in 15-bpp and 16-bpp mode.

This commit is contained in:
OBattler
2025-08-30 18:25:08 +02:00
parent 8e6d5f8fcb
commit 3338a59283

View File

@@ -3155,8 +3155,6 @@ s3_out(uint16_t addr, uint8_t val, void *priv)
svga->hwcursor.x /= 3;
else if ((s3->chip <= S3_86C805) && s3->color_16bit)
svga->hwcursor.x >>= 1;
else if ((s3->chip == S3_TRIO32) && ((svga->bpp == 15) || (svga->bpp == 16)))
svga->hwcursor.x >>= 1;
break;
case 0x4a: