mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-02 08:30:58 +00:00
Z80: Ignore wait during internal machine cycles
Change-Id: I2fdeebe9706a868e9757089f1aed544e702146d8
This commit is contained in:
parent
785f15c038
commit
4b3ed52454
@ -203,7 +203,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
if CLK_n'event and CLK_n = '0' then
|
if CLK_n'event and CLK_n = '0' then
|
||||||
if CEN = '1' 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
|
if TState = "011" and BUSAK_n_i = '1' then
|
||||||
DI_Reg <= to_x01(Din);
|
DI_Reg <= to_x01(Din);
|
||||||
end if;
|
end if;
|
||||||
|
Loading…
Reference in New Issue
Block a user