ReservoirGods / GODLIB

Library for creating Atari ST software
34 stars 8 forks source link

Problems with Sprites wider than 16 pixels when the Blitter is ON #8

Open madaxe-pns opened 5 years ago

madaxe-pns commented 5 years ago

Hi Mr. Pink;

Congrats for this amazing Lib. I find it very useful :)

I guess there is a little bug in Blitter.C because when the sprites are bigger than 16 pixels and Blitter is ON there are a lot of flicker and sometimes the sprite is not printed in its totality. When the Blitter is OFF all is ok when the sprites are bigger than 16 pixels.

Thanks in Advance, José Mário aka MadAxe

pink-rg commented 5 years ago

I'm glad you are using and enjoying the library!

I have a few questions about this issue:

madaxe-pns commented 5 years ago

Hello!

I'm using an emulator. I tested on both Steem and Hatari and I get the same result.

Well, I'm coding a little shooter but you can see this happens in your sample BLITTER1.C after raise the sprite and mask width from 16 to 32 for instance.

madaxe-pns commented 4 years ago

Hi!

Did you find anything wrong in GodLib or that's me who is doing something wrong in my code?

Cheers, Mad.