summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68340.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-01-02 11:55:34 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-01-02 11:55:34 -0500
commit3d29b8927d5ad4140c69d00713f1e901bae6af97 (patch)
treefcdd9f264218e47fbe7a5fb64201a0eb26f214b4 /src/devices/machine/68340.cpp
parent9b86a0fd86d04b427e86ec0f20e38c4efeba69a0 (diff)
68340: One further note (nw)
Diffstat (limited to 'src/devices/machine/68340.cpp')
-rw-r--r--src/devices/machine/68340.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/68340.cpp b/src/devices/machine/68340.cpp
index 827bb48c7aa..e9f8ba7ba8e 100644
--- a/src/devices/machine/68340.cpp
+++ b/src/devices/machine/68340.cpp
@@ -78,6 +78,7 @@ IRQ_CALLBACK_MEMBER(m68340_cpu_device::int_ack)
int response = 0;
uint32_t vector = standard_irq_callback(irqline);
+ // Valid IARB levels are F (high) to 1 (low) and should be unique among modules using the same interrupt level
if (iarb != 0)
{
if (iarb == scu_iarb)