Removed excess logging from the Intel 4x0 chipset emulation.

This commit is contained in:
OBattler
2024-04-18 04:33:20 +02:00
parent c74f168c29
commit 955297b9c4

View File

@@ -506,7 +506,6 @@ i4x0_write(int func, int addr, uint8_t val, void *priv)
case INTEL_420TX:
case INTEL_420ZX:
case INTEL_430NX:
pclog("52 = %02X\n", val);
regs[0x52] = (regs[0x52] & 0xe0) | (val & 0x1f);
cpu_cache_ext_enabled = val & 0x01;
cpu_update_waitstates();