From 97444c439ee435f26134d228134c2bbacd1e4369 Mon Sep 17 00:00:00 2001 From: Antonino Porcino Date: Mon, 15 Apr 2019 14:52:04 +0200 Subject: [PATCH] fix tab indentation --- cores/c64/rtl/mist/c64_mist.vhd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cores/c64/rtl/mist/c64_mist.vhd b/cores/c64/rtl/mist/c64_mist.vhd index 79272c7..51f8fe3 100644 --- a/cores/c64/rtl/mist/c64_mist.vhd +++ b/cores/c64/rtl/mist/c64_mist.vhd @@ -550,9 +550,9 @@ end component cartridge; signal erase_to : std_logic_vector(4 downto 0) := (others => '0'); signal mem_ce : std_logic; - -- sdram layout - constant C64_MEM_START : std_logic_vector(24 downto 0) := '0' & X"000000"; -- normal C64 RAM - constant CRT_MEM_START : std_logic_vector(24 downto 0) := '0' & X"100000"; -- cartdriges + -- sdram layout + constant C64_MEM_START : std_logic_vector(24 downto 0) := '0' & X"000000"; -- normal C64 RAM + constant CRT_MEM_START : std_logic_vector(24 downto 0) := '0' & X"100000"; -- cartdriges constant TAP_MEM_START : std_logic_vector(24 downto 0) := '0' & X"200000"; -- .tap files begin