View Single Post
Old 26 October 2019, 00:34   #25
phx
Natteravn
 
phx's Avatar
 
Join Date: Nov 2009
Location: Herford / Germany
Posts: 2,500
Quote:
Originally Posted by Lazycow View Post
I successfully added clipping support to my low level code. So instead of reserving additional chipmem around the screen for all the blitter objects that want to leave the visible area, the graphics will just be clipped away.
Nice! On all four borders? When I decided to do clipping I realized that clipping at the top and bottom is sufficient, because you need three extra columns for horizontal scrolling anyway. So, assuming tiles are 16 pixels, BOBs up to a width of 48 don‘t have to be clipped. You won‘t save any memory. What‘s the largest BOB in Wolfling?
phx is offline  
 
Page generated in 0.07038 seconds with 11 queries