summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816.cpp')
-rw-r--r--src/devices/cpu/g65816/g65816.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/g65816/g65816.cpp b/src/devices/cpu/g65816/g65816.cpp
index 7ecc352b09a..2a5c52c2d58 100644
--- a/src/devices/cpu/g65816/g65816.cpp
+++ b/src/devices/cpu/g65816/g65816.cpp
@@ -669,7 +669,7 @@ void g65816_device::g65816i_check_maskable_interrupt()
{
g65816i_interrupt_hardware((FLAG_E) ? VECTOR_IRQ_E : VECTOR_IRQ_N);
CPU_STOPPED &= ~STOP_LEVEL_WAI;
- LINE_IRQ=0;
+ LINE_IRQ=0; // FIXME: IRQ is level triggered, this makes it act as a HOLD_LINE
}
}