mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
68340: One further note (nw)
This commit is contained in:
parent
9b86a0fd86
commit
3d29b8927d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user