Fix revert

This commit is contained in:
beeanyew
2021-07-31 20:09:24 +02:00
parent 1b04d708de
commit 50f2b0a902

View File

@@ -220,7 +220,7 @@ cpu_loop:
}
while (irq) {
last_irq = ((inline_read_status_reg() & 0xe000) >> 13);
last_irq = ((ps_read_status_reg() & 0xe000) >> 13);
uint8_t amiga_irq = amiga_emulated_ipl();
if (amiga_irq >= last_irq) {
last_irq = amiga_irq;