Dead Hackers Society
Other BBSes »
 
 

68k Inside

Sommarhack 2024

Silly Venture 2024 SE
Demoscene  Coding  CT60  Buy/sell

Atari demoscene BBS
 
Re: High Res Mode 2 by Paradox
Posted by: Anonyme Dec,15.2017-21:15 

I think I saw the problem, duringt he bottom border removal.
Before, bottom border, left border is removed with ;
MOVE.B D7,(A7)
NOP
NOP
MOVE.W D7,(A7)

But while removing bottom border, there's 1 NOP less, which means the switch back to med res happens 4 cycles earlier. Then, all your timings are 4 cycles earlier too for the rest of the bottom part.
In that case, the next write "MOVE.B D7,(A7)" will switch to hi res at the place where HSYNC signal is disabled, which means signal will remain enabled and this certainly cause the problems.

Can you try to add a additional NOP here, after the NOP ?
MOVE.B D7,(A7)
NOP
MOVE.W D7,(A7)

Of course, you will need to adjust your blitter timings to keep color aligned 4 cycles later.

Nicolas







[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
High Res Mode 2 by Paradox Mr.Styckx Dec,13.2017-16:55
  Re: High Res Mode 2 by Paradox raZen Dec,15.2017-16:48
    Re: High Res Mode 2 by Paradox Mr.Styckx Dec,15.2017-20:10
      Re: High Res Mode 2 by Paradox Mr.Styckx Dec,15.2017-21:10
        Re: High Res Mode 2 by Paradox Anonyme Dec,15.2017-21:15
          Re: High Res Mode 2 by Paradox raZen Dec,16.2017-00:31
          Re: High Res Mode 2 by Paradox raZen Dec,16.2017-11:15
            Re: High Res Mode 2 by Paradox Mr.Styckx Dec,16.2017-17:11
              Update: High Res Mode 2 V1.1 raZenpdx Jan,06.2018-11:44


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson