diff options
author | 2015-06-25 21:48:33 -0500 | |
---|---|---|
committer | 2015-07-08 14:05:56 -0500 | |
commit | a821b6c4bedde75481a5c4abce038462da3a4c9f (patch) | |
tree | d7deee5e8447f7c0d3872ad4a58b10058c669a26 /src/emu/cpu/m6502/m65c02.h | |
parent | 9306af2c50e06d307b6acf72089e0cbb37d85718 (diff) |
blame balrog for this :) (NW)
Diffstat (limited to 'src/emu/cpu/m6502/m65c02.h')
-rw-r--r-- | src/emu/cpu/m6502/m65c02.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/m65c02.h b/src/emu/cpu/m6502/m65c02.h index 136664a55b5..5eda5593fee 100644 --- a/src/emu/cpu/m6502/m65c02.h +++ b/src/emu/cpu/m6502/m65c02.h @@ -68,7 +68,7 @@ protected: enum { M65C02_IRQ_LINE = m6502_device::IRQ_LINE, M65C02_NMI_LINE = m6502_device::NMI_LINE, - M65C02_SET_OVERFLOW = m6502_device::V_LINE, + M65C02_SET_OVERFLOW = m6502_device::V_LINE }; extern const device_type M65C02; |