mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2026-04-20 18:16:57 +00:00
Z80: Ignore wait during internal machine cycles
Change-Id: I2fdeebe9706a868e9757089f1aed544e702146d8
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ begin
|
||||
begin
|
||||
if CLK_n'event and CLK_n = '0' then
|
||||
if CEN = '1' then
|
||||
Wait_s <= WAIT_n;
|
||||
Wait_s <= WAIT_n or (IORQ_n_i and MREQ_n_i);
|
||||
if TState = "011" and BUSAK_n_i = '1' then
|
||||
DI_Reg <= to_x01(Din);
|
||||
end if;
|
||||
|
||||
Reference in New Issue
Block a user