Dvi: fix comment indicating effective screen size
authormegacz <adam@megacz.com>
Mon, 6 Apr 2009 18:50:21 +0000 (11:50 -0700)
committermegacz <adam@megacz.com>
Mon, 6 Apr 2009 18:50:21 +0000 (11:50 -0700)
ships/Dvi.ship

index 81b9afb..0828426 100644 (file)
@@ -323,7 +323,7 @@ vga_timing_generator
   assign sram_cs_b       = 0;
   assign sram_oe_b       = ~oe;
 
-  // Framebuffer is 548x478 -- yeah, I know that's completely weird.
+  // Framebuffer is 544x478 -- yeah, I know that's completely weird.
 
   wire on_screen;
   assign on_screen = (x_coord >= 48) && (x_coord < 592);