View Single Post
Old 10 January 2021, 08:57   #39
aros-sg
Registered User
 
Join Date: Nov 2015
Location: Italy
Posts: 191
Quote:
Originally Posted by pink^abyss View Post
Also i need to find room for ~3kb... this will be the biggest challenge.
You can do Y-flipping with blitter by using negative modulo for source and mask.

You do not necessarily need 5+5 planes for every object. You can still blit some objects (if there are only a few of them on screen at once) plane by plane with one single mask plane. Then gfx for some could also be only 4 or 3 planes. And remaining planes all cleared or set using mask plane.

You should not be using horizontal screen doubling/mirroring technique for scrolling.
aros-sg is offline  
 
Page generated in 0.04303 seconds with 11 queries