Clock of NT 3.1 now renders correctly with its S3 2.3 drivers.

Fix for the MPU-401 that was preventing certain SB16 drivers for Windows 3.1 and NT 3.1 to work properly.
This commit is contained in:
TC1995
2017-11-23 19:37:08 +01:00
parent 1cd4018055
commit bf08b0c66b
2 changed files with 4 additions and 4 deletions

View File

@@ -1696,6 +1696,8 @@ void s3_accel_start(int count, int cpu_input, uint32_t mix_dat, uint32_t cpu_dat
if (cpu_input/* && (s3->accel.multifunc[0xa] & 0xc0) == 0x80*/) return;
if (s3->accel.sy < 0)
{
s3->accel.cur_x = s3->accel.cx;
s3->accel.cur_y = s3->accel.cy;
return;
}
}