summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/pla.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/pla.h')
-rw-r--r--src/emu/machine/pla.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/pla.h b/src/emu/machine/pla.h
index b1537ce8e2f..96a33aaae43 100644
--- a/src/emu/machine/pla.h
+++ b/src/emu/machine/pla.h
@@ -127,8 +127,8 @@ private:
struct term
{
- UINT64 m_and;
- UINT64 m_or;
+ UINT64 and_mask;
+ UINT64 or_mask;
} m_term[MAX_TERMS];
};