mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-23 12:30:03 +00:00
6502: Change din sampling from Phi0_b to Phi0_a
Change-Id: Id1cf604cfa61dba7aae8da670a38e460a059e7bb
This commit is contained in:
parent
40cac3c401
commit
c1b0902f96
@ -173,9 +173,9 @@ begin
|
|||||||
end if;
|
end if;
|
||||||
end process;
|
end process;
|
||||||
|
|
||||||
data_latch : process(Phi0_b)
|
data_latch : process(Phi0_a)
|
||||||
begin
|
begin
|
||||||
if falling_edge(Phi0_b) then
|
if falling_edge(Phi0_a) then
|
||||||
if (fakeTube_n = '0' and Addr_int = x"FEE0") then
|
if (fakeTube_n = '0' and Addr_int = x"FEE0") then
|
||||||
Din <= x"FE";
|
Din <= x"FE";
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user