mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-25 21:16:02 +00:00
Disable interrups as the first act of INT handling
This commit is contained in:
@@ -539,6 +539,8 @@ namespace Z80
|
||||
{
|
||||
base.HandleINT();
|
||||
|
||||
this.DisableInterrupts();
|
||||
|
||||
var data = this.ReadDataUnderInterrupt();
|
||||
|
||||
switch (this.IM)
|
||||
|
||||
Reference in New Issue
Block a user