mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
COP4xx:
- fixed LEI instruction
This commit is contained in:
parent
2f524636c6
commit
d8c3b0e4f1
@ -915,9 +915,9 @@ INSTRUCTION(lei)
|
||||
|
||||
EN = y;
|
||||
|
||||
if (!BIT(EN, 2))
|
||||
if (BIT(EN, 2))
|
||||
{
|
||||
OUT_L(0);
|
||||
OUT_L(Q);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user