Update emulator.c

This commit is contained in:
captain-amygdala
2023-11-11 08:59:13 +01:00
committed by GitHub
parent 35fe7a1dd7
commit 0171b042f1

View File

@@ -141,6 +141,8 @@ void *ipl_task(void *args) {
// if (!(value & (1 << PIN_IPL_ZERO)) || ipl_enabled[amiga_emulated_ipl()]) {
iplvalue = value & 0x7;
if ( iplvalue != 0x7 || ipl_enabled[amiga_emulated_ipl()]) {
old_irq = irq_delay;
//NOP
if (!irq) {