summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/g65816/g65816.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-11-25 18:34:48 +0100
committer hap <happppp@users.noreply.github.com>2020-11-25 18:34:48 +0100
commitb3f253571e89899349e73f8cb36ee2492803172f (patch)
treee76ced427d7cd83db8575ea0e7275970e30a0db9 /src/devices/cpu/g65816/g65816.h
parent518814764ad94e2998c9c45e1db3aeed5299661a (diff)
g65816: add a todo note about irq
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,