OSDN Git Service

investigation...
authorastoria-d@fc <astoria-d@fc>
Fri, 7 Oct 2016 01:34:07 +0000 (10:34 +0900)
committerastoria-d@fc <astoria-d@fc>
Fri, 7 Oct 2016 01:34:07 +0000 (10:34 +0900)
de0_cv_nes/mos6502.vhd

index 07fc5b0..7104196 100644 (file)
@@ -254,7 +254,7 @@ constant INIT_SP        : std_logic_vector (7 downto 0) := conv_std_logic_vector
 constant INIT_STATUS    : std_logic_vector (7 downto 0) := conv_std_logic_vector(16#a5#, 8);\r
 constant INIT_PCL       : std_logic_vector (7 downto 0) := conv_std_logic_vector(16#82#, 8);\r
 constant INIT_PCH       : std_logic_vector (7 downto 0) := conv_std_logic_vector(16#80#, 8);\r
-constant INIT_EXC_CNT   : std_logic_vector (63 downto 0) := conv_std_logic_vector(16#02b1#, 16) & conv_std_logic_vector(0, 48);\r
+constant INIT_EXC_CNT   : std_logic_vector (63 downto 0) := conv_std_logic_vector(16#02b0#, 16) & conv_std_logic_vector(0, 48);\r
 \r
 constant DEBUG_SW       : integer := 1;\r
 \r