OSDN Git Service

minor change
authorastoria-d@office <astoria-d@office>
Wed, 25 Feb 2015 09:42:54 +0000 (18:42 +0900)
committerastoria-d@office <astoria-d@office>
Wed, 25 Feb 2015 09:42:54 +0000 (18:42 +0900)
doc/ppu-test-image.png
tools/qt_proj_test5/qt_proj_test5.vhd

index 04a3ed2..1d06d06 100644 (file)
Binary files a/doc/ppu-test-image.png and b/doc/ppu-test-image.png differ
index ad4aa40..97e734d 100644 (file)
@@ -439,7 +439,7 @@ end;
 procedure ppu_clr is
 begin
     r_nw <= '1';
-    addr <= conv_std_logic_vector(16#8000#, 16);
+    addr <= conv_std_logic_vector(16#0000#, 16);
     d_io <= (others => 'Z');
 end;