mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +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;
|
return true;
|
||||||
|
|
||||||
case 0x356: // EIEIO
|
case 0x356: // EIEIO
|
||||||
if (!(m_context.cap & PPCCAP_VEA))
|
if (!(m_context.cap & (PPCCAP_VEA | PPCCAP_4XX)))
|
||||||
return false;
|
return false;
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user