[hatari-devel] BITS demo : thread from atari forum

Nicolas Pomarède npomarede at corp.free.fr
Sun Jul 10 19:55:12 CEST 2011


Le 10/07/2011 19:33, Laurent Sallafranque a écrit :
> Hi,
>
> A thread I've just seen in atari forum that says there's a bug in hatari.
>
> In case you didn't see it.
>
> http://www.atari-forum.com/viewtopic.php?f=1&t=21311
>
> (I haven't tested this demo yet)
>
> Regards,
>
> Laurent

Well, I try to start it from low res, and it complains it only runs from 
low res ?! Seriously, BITS demos are not known for their tech merits, 
but not being able to get/set low res is really a shame.

as I replied in the forum, he does :

move.b $ffff8260,d0
beq low_res_ok

instead of :

move.b $ffff8260,d0
and.b #3,d0
beq low_res_ok

nothing we can do about this, his method is wrong and won't work on a 
real ST.

Nicolas



More information about the hatari-devel mailing list