z80: temporarily disable IORQ_inhibit

The fixed unreliable IM2 interrupts on the Acorn Z80 Co Pro

Change-Id: Icd7e55a8a92391bd81218e9646bd243992677ce8
This commit is contained in:
David Banks 2019-10-15 11:48:32 +01:00
parent 5845409961
commit 975ba22848

View File

@ -192,7 +192,7 @@ begin
process (CLK_n) -- 0247a
begin
if CLK_n'event and CLK_n = '1' then
IReq_Inhibit <= not IORQ;
-- IReq_Inhibit <= not IORQ;
end if;
end process;