mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-01-22 16:16:17 +00:00
Whoops: Z80: missed raising the INT pin, after it been acknowledged.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
@@ -365,6 +365,7 @@ namespace EightBit
|
||||
}
|
||||
else if (this.INT.Lowered())
|
||||
{
|
||||
this.RaiseINT();
|
||||
this.RaiseHALT();
|
||||
if (this.IFF1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user