mirror of
https://github.com/MiSTer-devel/Arcade-BubSysROM_MiSTer.git
synced 2026-05-24 03:01:37 +00:00
K005295 bug fix
This commit is contained in:
@@ -1060,7 +1060,7 @@ begin
|
||||
|
||||
ypos_cnt_n <= 1'b1;
|
||||
|
||||
pixellatch_wait_n <= 1'b0;
|
||||
pixellatch_wait_n <= ~hsize_parity;
|
||||
end
|
||||
end
|
||||
else if(drawing_status == END_OF_HLINE)
|
||||
@@ -1089,7 +1089,7 @@ begin
|
||||
|
||||
ypos_cnt_n <= 1'b1;
|
||||
|
||||
pixellatch_wait_n <= 1'b0;
|
||||
pixellatch_wait_n <= ~hsize_parity;
|
||||
end
|
||||
end
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user