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:
parent
1aa8fd7219
commit
591231f90e
@ -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
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user