Higher bit of the WRC is no longer incorrectly ignored.

This commit is contained in:
OBattler
2016-07-25 21:32:37 +02:00
parent 575cfef430
commit 9aa0cf046f

View File

@@ -374,8 +374,8 @@ process_value:
break;
case 7:
// pclog("W83877F Write [Reg. %02X]: %02X\n", w83877f_curreg, val);
if (valxor & 3) fdc_update_rwc(0, FDDA_TYPE ? 1 : 0);
if (valxor & 0xC) fdc_update_rwc(1, FDDB_TYPE ? 1 : 0);
if (valxor & 3) fdc_update_rwc(0, FDDA_TYPE);
if (valxor & 0xC) fdc_update_rwc(1, FDDB_TYPE);
break;
case 8:
// pclog("W83877F Write [Reg. %02X]: %02X\n", w83877f_curreg, val);