1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-24 11:11:33 +00:00

remove one extra wrong sprite visible in level 2

This commit is contained in:
Gehstock 2020-01-18 19:47:27 +01:00
parent 1aa8fd7219
commit 591231f90e
2 changed files with 2 additions and 3 deletions

View File

@ -469,7 +469,7 @@ begin
if hcnt(0) = '0' then wram_do_r <= wram_do; end if;
if move_buf = '0' and read_buf ='0' then
sp_ram_addr <= (others => '0');
sp_ram_addr <= "00" & X"04";
if hcnt = 1 and pix_ena = '1' then
if (vcnt = 500 and tv15Khz_mode = '0') or (vcnt = 250 and tv15Khz_mode = '1') then

View File

@ -468,8 +468,7 @@ begin
if hcnt(0) = '0' then wram_do_r <= wram_do; end if;
if move_buf = '0' and read_buf ='0' then
sp_ram_addr <= (others => '0');
sp_ram_addr <= "00" & X"04";
if hcnt = 1 and pix_ena = '1' then
if (vcnt = 500 and tv15Khz_mode = '0') or (vcnt = 250 and tv15Khz_mode = '1') then
move_buf <= '1';