Commented out excess DENSEL polarity logging from pc87306.c.

This commit is contained in:
OBattler
2016-12-23 08:16:54 +01:00
parent 9c488b3dba
commit da7384a3af

View File

@@ -265,7 +265,7 @@ process_value:
} }
break; break;
case 9: case 9:
pclog("Setting DENSEL polarity to: %i (before: %i)\n", (val & 0x40 ? 1 : 0), fdc_get_densel_polarity()); // pclog("Setting DENSEL polarity to: %i (before: %i)\n", (val & 0x40 ? 1 : 0), fdc_get_densel_polarity());
fdc_update_enh_mode((val & 4) ? 1 : 0); fdc_update_enh_mode((val & 4) ? 1 : 0);
fdc_update_densel_polarity((val & 0x40) ? 1 : 0); fdc_update_densel_polarity((val & 0x40) ? 1 : 0);
break; break;