mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
nothing to see here; move along
This commit is contained in:
parent
0095fa01e6
commit
1ab609cc10
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user