mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-01-22 20:32:04 +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 process;
|
||||
|
||||
data_latch : process(Phi0_b)
|
||||
data_latch : process(Phi0_a)
|
||||
begin
|
||||
if falling_edge(Phi0_b) then
|
||||
if falling_edge(Phi0_a) then
|
||||
if (fakeTube_n = '0' and Addr_int = x"FEE0") then
|
||||
Din <= x"FE";
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user