Skip to content

Commit 3e6a9a8

Browse files
fixed lower border sprite glitch
1 parent 8d38c8f commit 3e6a9a8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

development/firmware/vicii/sprites.vhdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ begin
391391
acquire <= '0';
392392
xdisp <= (others => '0');
393393
ydisp <= (others => '0');
394+
ypend <= (others => '0');
394395
spdma <= (others => '0');
395396
end if;
396397

development/firmware/vicii/vic_pkg.vhdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ package vic_pkg is
121121
ylen => to_ppos(312),
122122
yres => to_ppos(284),
123123
ynul => to_ppos(8),
124-
yend => to_ppos(8 + 280 - 1),
124+
yend => to_ppos(8 + 284 - 1, 312),
125125
yfvc => to_ppos(51),
126126
ylvc => to_ppos(51 + 199),
127127

0 commit comments

Comments
 (0)