Fixed the RPM slow down accounting for 86F version 1.21 images in d86f_get_raw_size();

Properly fixed serial port IRQ assignment with the National Semiconductors PC87306 Super I/O chip - DOS mouse drivers now work if mouse is set to serial.
This commit is contained in:
OBattler
2016-09-22 22:48:31 +02:00
parent b956c5f6f5
commit 4368256f41
2 changed files with 62 additions and 37 deletions

View File

@@ -585,13 +585,13 @@ uint16_t d86f_get_raw_size(int drive)
{
switch (d86f_get_rpm_mode(drive))
{
case 0:
case 1:
rpm_diff *= 2.0;
break;
case 1:
case 2:
rpm_diff *= 3.0;
break;
case 2:
case 3:
rpm_diff *= 4.0;
break;
default: