summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/vino.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/vino.h')
-rw-r--r--src/mame/machine/vino.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/vino.h b/src/mame/machine/vino.h
index ca96b50f25c..3214f1f9d48 100644
--- a/src/mame/machine/vino.h
+++ b/src/mame/machine/vino.h
@@ -98,7 +98,7 @@ private:
ISR_CHB_EOF = (1 << 3),
ISR_CHB_FIFO = (1 << 4),
ISR_CHB_DESC = (1 << 5),
- ISR_MASK = 0x3f,
+ ISR_MASK = 0x3f,
ALPHA_MASK = 0xff,