mirror of
https://github.com/MiSTer-devel/ZX-Spectrum_MISTer.git
synced 2026-05-31 03:05:33 +00:00
T80: fix INIR/INDR timings.
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user