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

Add callback support to MAP engine #349

Closed Stephane-D closed 1 month ago

Stephane-D commented 2 months ago

It would be nice to be able to patch tilemap data before sending it to VRAM (for destructive block for instance). A callback both for row and column update could be used for that.

Stephane-D commented 1 month ago

Done