cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.39k stars 289 forks source link

Interrupts during EmulOp #275

Open clemens-unterkofler opened 7 months ago

clemens-unterkofler commented 7 months ago

When an interrupt calls EmulOp, which calls an Execute68kTrap, which does an m68k_execute, this code execution will again run into other interrupts, ignoring the original interrupt mask. I believe this to be a bug.