S3 Trio32: Fix cursor in 15-bpp and 16-bpp mode.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user