diff options
-rw-r--r-- | src/devices/cpu/i86/i86.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/i86/i86.cpp b/src/devices/cpu/i86/i86.cpp index 619171b9cef..c6eca719146 100644 --- a/src/devices/cpu/i86/i86.cpp +++ b/src/devices/cpu/i86/i86.cpp @@ -2156,7 +2156,7 @@ bool i8086_common_cpu_device::common_op(uint8_t op) case 0xf0: // i_lock case 0xf1: // 0xf1 is 0xf0; verified on real CPU - logerror("%06x: Warning - BUSLOCK\n", m_pc); + //logerror("%06x: Warning - BUSLOCK\n", m_pc); // Why warn for using lock instruction? m_lock = true; m_no_interrupt = 1; CLK(NOP); |