mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
nothing to see here; move along
This commit is contained in:
parent
0095fa01e6
commit
1ab609cc10
@ -1149,7 +1149,7 @@ bool i8086_common_cpu_device::common_op(UINT8 op)
|
||||
|
||||
// 8086 'invalid opcodes', as documented at http://www.os2museum.com/wp/?p=2147 and tested on real hardware
|
||||
// - 0x60 - 0x6f are aliases to 0x70 - 0x7f.
|
||||
// - 0xc0, 0xc1, 0xc8, 0xc9 are also aliases where the CPU ignores BIT 1 (*).
|
||||
// - 0xc0, 0xc1, 0xc8, 0xc9 are also aliases where the CPU ignores BIT 1 (*).
|
||||
// - 0xf1 is an alias to 0xf0.
|
||||
//
|
||||
// Instructions are used in the boot sector for some versions of
|
||||
@ -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