Skip to content

Commit

Permalink
DMA tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorgelig committed Sep 14, 2018
1 parent f0e17f9 commit 46d0b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion huc6270.vhd
Expand Up @@ -684,7 +684,7 @@ begin
end if;

if Y = Y_BGREN_END or (Y = 262 and VBLANK_DONE = '0') then
DMAS_DY <= x"4";
--DMAS_DY <= x"4";
end if;

-- VRAM-SAT DMA
Expand Down Expand Up @@ -727,6 +727,7 @@ begin
IRQ_VBL_SET <= '1';
end if;
--DBG_VBL <= '1';
DMAS_DY <= x"4";
else
--DBG_VBL <= '0';
end if;
Expand Down

0 comments on commit 46d0b57

Please sign in to comment.