Commented out excess W83787F logging.

This commit is contained in:
OBattler
2021-12-05 16:49:35 +01:00
parent 71cca642ac
commit 28e70abbf3

View File

@@ -261,7 +261,7 @@ w83787f_write(uint16_t port, uint8_t val, void *priv)
switch (dev->cur_reg) {
case 0:
pclog("REG 00: %02X\n", val);
w83787_log("REG 00: %02X\n", val);
if ((valxor & 0xc0) && (HAS_IDE_FUNCTIONALITY))
w83787f_ide_handler(dev);
if (valxor & 0x30)