summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m740.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6502/m740.h')
-rw-r--r--src/emu/cpu/m6502/m740.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/m740.h b/src/emu/cpu/m6502/m740.h
index 2524ffe8b30..728fea5a074 100644
--- a/src/emu/cpu/m6502/m740.h
+++ b/src/emu/cpu/m6502/m740.h
@@ -33,7 +33,7 @@ public:
M740_INT13_LINE, // (ffe2)
M740_INT14_LINE, // (ffe0)
M740_MAX_INT_LINE = M740_INT14_LINE,
- M740_SET_OVERFLOW = m6502_device::V_LINE,
+ M740_SET_OVERFLOW = m6502_device::V_LINE
};
m740_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);