From: megacz Date: Mon, 6 Apr 2009 18:50:21 +0000 (-0700) Subject: Dvi: fix comment indicating effective screen size X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2e04dc31e16ab379263a95a6915edbc52d28bf2a;p=fleet.git Dvi: fix comment indicating effective screen size --- diff --git a/ships/Dvi.ship b/ships/Dvi.ship index 81b9afb..0828426 100644 --- a/ships/Dvi.ship +++ b/ships/Dvi.ship @@ -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);