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/n2a03.h | |
parent | 9306af2c50e06d307b6acf72089e0cbb37d85718 (diff) |
blame balrog for this :) (NW)
Diffstat (limited to 'src/emu/cpu/m6502/n2a03.h')
-rw-r--r-- | src/emu/cpu/m6502/n2a03.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/n2a03.h b/src/emu/cpu/m6502/n2a03.h index a046ef71ad3..6d56a42e9b7 100644 --- a/src/emu/cpu/m6502/n2a03.h +++ b/src/emu/cpu/m6502/n2a03.h @@ -62,7 +62,7 @@ enum { N2A03_IRQ_LINE = m6502_device::IRQ_LINE, N2A03_APU_IRQ_LINE = m6502_device::APU_IRQ_LINE, N2A03_NMI_LINE = m6502_device::NMI_LINE, - N2A03_SET_OVERFLOW = m6502_device::V_LINE, + N2A03_SET_OVERFLOW = m6502_device::V_LINE }; extern const device_type N2A03; |