pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Fix bug in sector calculation #15

Closed Pharap closed 6 years ago

Pharap commented 6 years ago

Sectors above 0x18000 are 32KB (0x8000 bytes). The code was erroneously using 16KB (0x4000) by mistake.

pokitto commented 6 years ago

Thanks!