Skip to content

Commit

Permalink
[io] removed last state from mem_control (unnecessary)
Browse files Browse the repository at this point in the history
  • Loading branch information
silbak04 committed Jul 24, 2013
1 parent 1588f81 commit 2736be6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fpga/sggoc/vhdl/rtl/io.vhd
Expand Up @@ -113,8 +113,6 @@ begin
elsif rising_edge(clk) then
if (z80_io_wr = '1' and port_io = 0) then
mem_control <= z80_do;
else
mem_control <= x"A4";
end if;
end if;
end process;
Expand Down

0 comments on commit 2736be6

Please sign in to comment.