summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816op.h')
-rw-r--r--src/devices/cpu/g65816/g65816op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/g65816/g65816op.h b/src/devices/cpu/g65816/g65816op.h
index 9f3923be7b2..d1ae11d84c6 100644
--- a/src/devices/cpu/g65816/g65816op.h
+++ b/src/devices/cpu/g65816/g65816op.h
@@ -1854,7 +1854,7 @@ TABLE_FUNCTION(void, set_line, (int line, int state))
return;
}
- LINE_IRQ=1; // FIXME: this can't be right
+ LINE_IRQ=1; // FIXME: this can't be right!
}