diff options
author | 2019-01-02 11:55:34 -0500 | |
---|---|---|
committer | 2019-01-02 11:55:34 -0500 | |
commit | 3d29b8927d5ad4140c69d00713f1e901bae6af97 (patch) | |
tree | fcdd9f264218e47fbe7a5fb64201a0eb26f214b4 /src/devices/machine/68340.cpp | |
parent | 9b86a0fd86d04b427e86ec0f20e38c4efeba69a0 (diff) |
68340: One further note (nw)
Diffstat (limited to 'src/devices/machine/68340.cpp')
-rw-r--r-- | src/devices/machine/68340.cpp | 1 |
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) |