Revision 344
Added by markw over 10 years ago
common/components/scandoubler.vhdl | ||
---|---|---|
|
||
if (reset_output_address = '1') then
|
||
output_address_next <= (others=>'0');
|
||
vga_odd_next <= '1';
|
||
end if;
|
||
end process;
|
||
|
Also available in: Unified diff
Scanlines were broken by last change (were alternating each frame)