summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec/necpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/nec/necpriv.h')
-rw-r--r--src/emu/cpu/nec/necpriv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/nec/necpriv.h b/src/emu/cpu/nec/necpriv.h
index e3e3f4d6600..22a524a1074 100644
--- a/src/emu/cpu/nec/necpriv.h
+++ b/src/emu/cpu/nec/necpriv.h
@@ -19,7 +19,7 @@ enum
};
/* interrupt sources */
-enum INTSOURCES
+enum INTSOURCES
{
BRK = 0,
INT_IRQ = 1,
@@ -27,7 +27,7 @@ enum INTSOURCES
};
/* NEC registers */
-union necbasicregs
+union necbasicregs
{ /* eight general registers */
UINT16 w[8]; /* viewed as 16 bits registers */
UINT8 b[16]; /* or as 8 bit registers */