Comment on Street Fighter II, paper trails (2021)Comments−kaptain3yCan someone help with the math? Why do they divide by two to calculate the memory size of the sheet? Thanks!−beached_whale3yEach pixel was 4bits(1/2 byte), and memory is in bytes−0xcde4c3db3yEach pixel is stored as a 4-bit index, so 2 pixels per byte.
Comments
Can someone help with the math? Why do they divide by two to calculate the memory size of the sheet? Thanks!
Each pixel was 4bits(1/2 byte), and memory is in bytes
Each pixel is stored as a 4-bit index, so 2 pixels per byte.