|
Atari coding BBS
Re: STE video registers |
Posted by: ray
|
May,05.2005-19:08
|
check out that one, iirc the vbase low byte has to be set as last one, maybe it helps.
movea.l screen,a0
loop bsr.w vsync
move.l a0,d0
move.b d0,d1
lsr.w #8,d0
move.l d0,$ffff8200.w
move.b d1,$ffff820d.w ; Set the low byte last
lea.l 160(a0),a0 ; Scroll
cmpa.l screen_end,a0 ; and check against the limit
bls.s loop
|
[All messages in this thread] [Start new thread]
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.
|