From ac56257558f1975104486190aa92fa693f935c74 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Sat, 16 Nov 2019 20:58:52 +0000 Subject: [PATCH] Whoops: Z80: missed raising the INT pin, after it been acknowledged. Signed-off-by: Adrian Conlon --- Z80/Z80.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Z80/Z80.cs b/Z80/Z80.cs index c9288b3..b6bcb39 100644 --- a/Z80/Z80.cs +++ b/Z80/Z80.cs @@ -365,6 +365,7 @@ namespace EightBit } else if (this.INT.Lowered()) { + this.RaiseINT(); this.RaiseHALT(); if (this.IFF1) {