summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/g65816/g65816.h')
-rw-r--r--src/devices/cpu/g65816/g65816.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/g65816/g65816.h b/src/devices/cpu/g65816/g65816.h
index 7d12db2a995..5d88d3d5fde 100644
--- a/src/devices/cpu/g65816/g65816.h
+++ b/src/devices/cpu/g65816/g65816.h
@@ -32,7 +32,7 @@ All rights reserved.
/* Interrupt lines - used with g65816_set_irq_line() */
enum
{
- G65816_LINE_NONE,
+ G65816_LINE_NONE, // FIXME: there is no such pin
G65816_LINE_IRQ,
G65816_LINE_NMI,
G65816_LINE_ABORT,