mori0091 / libmsx

C library for MSX
https://mori0091.github.io/libmsx/
MIT License
31 stars 2 forks source link

fix(bmem): #50 bmem_copy_to_vmem/resource_bload_s are slow #52

Closed mori0091 closed 1 year ago

mori0091 commented 1 year ago

uint16_t is enough for type of chunk size n. (32-bit integer is excessive in this case and slow on Z80.)