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:
Adrian Conlon 2019-11-16 20:58:52 +00:00
parent 5575fec896
commit ac56257558
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ namespace EightBit
}
else if (this.INT.Lowered())
{
this.RaiseINT();
this.RaiseHALT();
if (this.IFF1)
{