View Single Post
Old 16 August 2018, 20:33   #168
chb
Registered User
 
Join Date: Dec 2014
Location: germany
Posts: 439
If you have a lot of memory to waste, you could also go full brute force and store 16 shifted versions of your bg image, Atari-style. Then all you'd need to do is setting the bitplane pointers. Costs you probably about 1MB chipmem extra, so very expensive, unless you're able to shrink your image (I think not all 184 lines are needed for the bg?).
Would also not require you to care about different scroll register values for BOBs.

Have a nice swim!

EDIT: Argh, you're in 32bit fetch mode if I remember correctly, so that means probably 32 pre-shifted backgrouds - probably not enough mem for THAT.

Last edited by chb; 16 August 2018 at 20:40.
chb is offline  
 
Page generated in 0.04340 seconds with 11 queries