6502: Change din sampling from Phi0_b to Phi0_a

Change-Id: Id1cf604cfa61dba7aae8da670a38e460a059e7bb
This commit is contained in:
David Banks 2018-02-15 13:06:25 +00:00
parent 40cac3c401
commit c1b0902f96

View File

@ -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