summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec/v25priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/nec/v25priv.h')
-rw-r--r--src/emu/cpu/nec/v25priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/nec/v25priv.h b/src/emu/cpu/nec/v25priv.h
index 5b4fe851c55..39e1bf13f8b 100644
--- a/src/emu/cpu/nec/v25priv.h
+++ b/src/emu/cpu/nec/v25priv.h
@@ -35,7 +35,7 @@ enum
};
/* interrupt sources */
-enum INTSOURCES
+enum INTSOURCES
{
BRK = 0,
INT_IRQ = 1,
@@ -60,7 +60,7 @@ enum INTSOURCES
};
/* internal RAM and register banks */
-union internalram
+union internalram
{
UINT16 w[128];
UINT8 b[256];