Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Start BG rendering a bit earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
gyurco committed Dec 20, 2018
1 parent 994a461 commit 5e68a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huc6270.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ begin
X_REN_START <= V_HDS;
X_REN_END <= V_HDS + V_HDW;
-- BG must start before REN (max 2*8 tile reads, plus render overhead)
X_BG_START <= V_HDS - "10101";
X_BG_START <= V_HDS - "11111";

-- Raster counter
RCNT := RCNT + 1;
Expand Down

0 comments on commit 5e68a13

Please sign in to comment.