Graphics mode bug (missing pixel 0) #14
ixmeins
started this conversation in
Show and tell
Replies: 1 comment 5 replies
-
Report it here. It's an easy fix, but I can't do it right away. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been writing some graphics code on the 6502 and I believe I have found a possible bug in the graphics video generation.
If I write 0x0f to address 0 of the screen memory I should have a white pixel at 0,0 and I get nothing which I have confirmed on my Tektronix 500MHz scope. If I instead write 0xf0 to address 0 (pixel 1,0) I get a white pixel and I can see it on the CRO.
It looks like the first (left most) pixel is not being rendered.
Beta Was this translation helpful? Give feedback.
All reactions