Merge pull request #5603 from 86Box/tc1995

Mach8 mode changes of the day (May 20th, 2025)
This commit is contained in:
Miran Grča
2025-05-20 20:47:49 +02:00
committed by GitHub

View File

@@ -2710,7 +2710,7 @@ mach_set_resolution(mach_t *mach, svga_t *svga)
mach_log("VSYNCSTART=%d, VTOTAL=%d, interlace=%02x, vdisp=%d.\n", dev->v_syncstart, dev->v_total, dev->interlace, dev->vdisp);
if (ATI_8514A_ULTRA) {
if (!ATI_MACH32) {
if ((mach->accel.clock_sel & 0x01) &&
!(dev->accel.advfunc_cntl & 0x01))
ret = 2;