SPEA Mercury P64V: Correctly caulculate the width at 1280x1024x24bpp.

This commit is contained in:
OBattler
2024-01-26 16:23:53 +01:00
parent d465992d38
commit 6d3e9642ce

View File

@@ -3920,6 +3920,7 @@ s3_recalctimings(svga_t *svga)
case S3_VISION968:
switch (s3->card_type) {
case S3_MIROVIDEO40SV_ERGO_968:
case S3_SPEA_MERCURY_P64V:
switch (s3->width) {
case 1280:
svga->hdisp = ((svga->hdisp << 1) / 3) << 1;