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

View File

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