Revert to not updating pending IRQ's if the request results in no effective change.

This commit is contained in:
OBattler
2023-10-03 19:39:28 +02:00
parent b363cbf884
commit 71d4c4837f

View File

@@ -738,9 +738,9 @@ picint_common(uint16_t num, int level, int set, uint8_t *irq_state)
pic.irr &= ~(num & 0x00ff);
}
}
}
update_pending();
update_pending();
}
}
static uint8_t