fvdhoef / vera-module

Versatile Embedded Retro Adapter
MIT License
106 stars 44 forks source link

Fix tile address calculation for 16-pixel wide 1bpp tiles. #24

Closed jburks closed 1 year ago

jburks commented 1 year ago

This PR corrects the tile address offset for 16-pixel wide 1bpp tiles and fixes issue #23

All 4 possibilities were checked following this change (8x8, 8x16, 16x8, and 16x16) and appeared to render correctly.