Skip to content

Commit ff4df19

Browse files
Multimode Graphics Core
640x480@60Hz 800x600@60Hz 1024x768@60Hz 1280x1024@60Hz
1 parent 4bcf7f5 commit ff4df19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MMD.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ module Display(
187187
if(hCount<HWL)
188188
hCount<=hCount+10'd1;
189189
else begin
190-
hCount<=10'd1;
190+
hCount<=10'd0;
191191
if(vCount<VWF)begin
192192
vCount<=vCount+10'd1;
193193
end else begin
194-
vCount<=10'd1;
194+
vCount<=10'd0;
195195
end
196196
end
197197
if(x[2:0]==3'd6)begin

0 commit comments

Comments
 (0)