pandocs icon indicating copy to clipboard operation
pandocs copied to clipboard

Use asymmetric VRAM Tile Data example

Open nummacway opened this issue 1 year ago • 2 comments

Both bytes' bit patterns in the current example for VRAM Tile Data are symmetric. This can be ambiguous concerning the bit order. If one is not exactly sure about the bit order, one cannot understand the example. The bytes in the last two rows of the example image are both asymmetric and would therefore make a better example.

Because I am not sure about the bit order, I cannot fix this myself. Thanks to anyone who does.

nummacway avatar Jul 03 '24 21:07 nummacway

You could adapt the ½ fraction example from NESdev. nugg

pinobatch avatar Jul 03 '24 22:07 pinobatch

Thank you for pointing that out! I think Pino's suggestion is very good too.

Is the bit order not explained by the text? Is the description unclear? If either of these can be answered “yes”, IMO that's worth fixing too.

Regardless, the bit order is bit 7 = leftmost pixel. If you feel able to fix this yourself, that would be lovely and appreciated! ^^

ISSOtm avatar Jul 04 '24 08:07 ISSOtm