nothing to see here; move along

This commit is contained in:
kazblox 2015-10-26 00:43:11 -04:00
parent 0095fa01e6
commit 1ab609cc10

View File

@ -2018,7 +2018,7 @@ bool i8086_common_cpu_device::common_op(UINT8 op)
case 0xf0: // i_lock
case 0xf1: // 0xf1 is 0xf0; verified on custom hardware
case 0xf1: // 0xf1 is 0xf0; verified on real CPU
logerror("%s: %06x: Warning - BUSLOCK\n", tag(), pc());
m_lock = true;
m_no_interrupt = 1;