mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-03-11 05:41:49 +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