|
Atari coding BBS
Re: hbl on falcon |
Posted by: mikro
|
Sep,28.2007-11:58
|
aaaaargh, i give up. probably i should spent more time with hardcoding than with dsp since i'm dumb dumb dumb!!
is there any reason why this shouldn't work:
my_hbl: andi.w #1,counter
beq.b .even
.odd:
move.b save1,$ffff8205.w
move.b save2,$ffff8207.w
move.b save3,$ffff8209.w
addq.w #1,counter
rte
.even:
move.b $ffff8205.w,save1
move.b $ffff8207.w,save2
move.b $ffff8209.w,save3
addq.w #1,counter
rte
(written from memory but you see the idea)
this should do software double lining, i'm trying to do this in xxx x 240 mode, i.e. with hw doubling.
it seems semi working but the screen is totally screwed up and i've tried countless of experiments with no results. when i replace move's with simple not.l $ffff9800.w i get stable rasters, black-white-black-white so even is really called in even line and odd in odd line.
probably there's something i miss with video counter?
thanks for any help to desperate falcon coder ;)
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
hbl on falcon
|
mikro
|
Sep,24.2007-16:32
|
Re: hbl on falcon
|
frost
|
Sep,24.2007-18:08
|
Re: hbl on falcon
|
mikro
|
Sep,25.2007-09:54
|
Re: hbl on falcon
|
earx
|
Sep,25.2007-10:31
|
Re: hbl on falcon
|
ggn
|
Sep,25.2007-10:36
|
Re: hbl on falcon
|
NO/Escape
|
Sep,24.2007-20:28
|
Re: hbl on falcon
|
evil
|
Sep,25.2007-13:55
|
Re: hbl on falcon
|
earx
|
Sep,25.2007-16:43
|
Re: hbl on falcon
|
ggn
|
Sep,26.2007-14:37
|
Re: hbl on falcon
|
evil
|
Sep,26.2007-17:18
|
Re: hbl on falcon
|
mikro
|
Sep,27.2007-09:31
|
Re: hbl on falcon
|
ggn
|
Sep,27.2007-12:43
|
Re: hbl on falcon
|
evil
|
Sep,27.2007-18:06
|
Re: hbl on falcon
|
ggn
|
Sep,27.2007-21:52
|
Re: hbl on falcon
|
mikro
|
Sep,28.2007-11:58
|
Re: hbl on falcon
|
mikro
|
Sep,28.2007-11:59
|
Re: hbl on falcon
|
earx
|
Sep,28.2007-14:14
|
Re: hbl on falcon
|
Mikro
|
Sep,29.2007-17:29
|
Re: hbl on falcon
|
Mikro
|
Sep,29.2007-19:44
|
Re: hbl on falcon
|
earx
|
Sep,30.2007-07:18
|
Re: hbl on falcon
|
mikro
|
Oct,01.2007-11:08
|
Re: hbl on falcon
|
ggn
|
Oct,03.2007-08:36
|
Re: hbl on falcon
|
mikro
|
Oct,03.2007-09:20
|
Re: hbl on falcon
|
RA/pdx
|
Oct,15.2007-13:59
|
Re: hbl on falcon
|
mikro
|
Oct,16.2007-09:13
|
Re: hbl on falcon
|
Orion
|
Apr,11.2019-13:29
|
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.
|