diff --git a/t80/T80_MCode.vhd b/t80/T80_MCode.vhd index 2eaf211..ff1f4dc 100644 --- a/t80/T80_MCode.vhd +++ b/t80/T80_MCode.vhd @@ -1901,6 +1901,7 @@ begin MCycles <= "100"; case to_integer(unsigned(MCycle)) is when 1 => + TStates <= "101"; Set_Addr_To <= aBC; Set_BusB_To <= "1010"; Set_BusA_To <= "0000"; @@ -1917,7 +1918,6 @@ begin else IncDec_16 <= "1110"; end if; - TStates <= "100"; Write <= '1'; I_BTR <= '1'; when 4 =>