summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kr2376.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/kr2376.h')
-rw-r--r--src/mess/machine/kr2376.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/kr2376.h b/src/mess/machine/kr2376.h
index 0b53c5760f3..c847343bdd1 100644
--- a/src/mess/machine/kr2376.h
+++ b/src/mess/machine/kr2376.h
@@ -66,13 +66,13 @@ extern const device_type KR2376;
/*
* Input pins
*/
-enum kr2376_input_pin_t
+enum kr2376_input_pin_t
{
KR2376_DSII=20, /* DSII - Pin 20 - Data & Strobe Invert Input */
KR2376_PII=6 /* PII - Pin 6 - Parity Invert Input */
};
-enum kr2376_output_pin_t
+enum kr2376_output_pin_t
{
KR2376_SO=16, /* SO - Pin 16 - Strobe Output */
KR2376_PO=7 /* PO - Pin 7 - Parity Output */