|
Atari coding BBS
Re: New STF fullscreen rout |
Posted by: Mr.Styckx
|
Mar,01.2010-20:02
|
nope :)
It was just in case you already made these tests, as my STF is packed in a box and not easily usable.
But it should take 20-30 lines of asm I guess, sthg like :
go to supervisor
move #$2700,sr
move.l $70,oldvbl
move.l #vbl,$70
stop #$2300
move.w #200,d0 ; 4*50 frames
loop_vbl:
stop #$2300
move #$2700,sr
move.w #4260,d1 ; approx 100 hbl
wait_100:
dbf d1,wait_100
move.b #3,$ff8260
move.w #426,d1 ; approx 10 hbl
wait_110:
dbf d1,wait_110
move.b #0,$ff8260
move.w #$2300,sr
dbf d0,loop_vbl
move.l oldvbl,$70
exit supervisor
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
New STF fullscreen rout
|
Defjam
|
Feb,21.2010-02:04
|
Re: New STF fullscreen rout
|
evil
|
Feb,21.2010-18:37
|
Re: New STF fullscreen rout
|
Defjam
|
Feb,21.2010-19:49
|
Re: New STF fullscreen rout
|
Mr.Styckx
|
Feb,23.2010-12:01
|
Re: New STF fullscreen rout
|
Defjam
|
Feb,23.2010-20:31
|
Re: New STF fullscreen rout
|
Mr.Styckx
|
Feb,24.2010-15:38
|
Re: New STF fullscreen rout
|
Mr.Styckx
|
Feb,24.2010-15:44
|
Re: New STF fullscreen rout
|
Defjam
|
Feb,24.2010-18:33
|
Re: New STF fullscreen rout
|
Mr.Styckx
|
Feb,25.2010-20:05
|
Re: New STF fullscreen rout
|
Defjam
|
Feb,27.2010-17:33
|
Re: New STF fullscreen rout
|
Mr.Styckx
|
Mar,01.2010-20:02
|
Re: New STF fullscreen rout
|
Mr.Styckx
|
Mar,01.2010-20:03
|
Re: New STF fullscreen rout
|
Defjam
|
Mar,02.2010-12:17
|
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.
|