mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
ppcfe.c: PPC4xx supports EIEIO. (nw)
This commit is contained in:
parent
50c070b086
commit
b272581c9b
@ -1040,7 +1040,7 @@ bool ppc_frontend::describe_1f(UINT32 op, opcode_desc &desc, const opcode_desc *
|
||||
return true;
|
||||
|
||||
case 0x356: // EIEIO
|
||||
if (!(m_context.cap & PPCCAP_VEA))
|
||||
if (!(m_context.cap & (PPCCAP_VEA | PPCCAP_4XX)))
|
||||
return false;
|
||||
return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user