Stephane-D / SGDK

SGDK - A free and open development kit for the Sega Mega Drive
https://www.patreon.com/SGDK
MIT License
1.77k stars 189 forks source link

MAP - allow to separate tilemap size internally #350

Closed Stephane-D closed 2 months ago

Stephane-D commented 2 months ago

The VDP share a single tilemap size parameter for both planes but it would be nice to still have the opportunity to use different size internally. Common use case would be having a plane using 64x64 size while we limit the other plane to 64x32 so we can recycle the unused tilemap space to store tiles data or the sprite table..

Stephane-D commented 2 months ago

Done