Disable interrups as the first act of INT handling

This commit is contained in:
Adrian Conlon
2025-08-08 00:03:21 +01:00
parent 41be64ad99
commit 199d0a77b1

View File

@@ -539,6 +539,8 @@ namespace Z80
{
base.HandleINT();
this.DisableInterrupts();
var data = this.ReadDataUnderInterrupt();
switch (this.IM)