Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifact in text mode #42

Open
gardners opened this issue Oct 18, 2015 · 0 comments
Open

Artifact in text mode #42

gardners opened this issue Oct 18, 2015 · 0 comments
Labels

Comments

@gardners
Copy link
Owner

In C64 mode the following code:

POKE53280,0:POKE53281,1:POKE646,0:POKE199,1:FOR T=1 TO 800:?" ";:NEXT T

shows a thin white line on the right side just before the border
starts but after the screen content ends. It looks as if the content
of the screen is displayed half a dot-cycle too early...

It seems that this also affect the C65-mode. If you run the following
basic code in C65-mode just after booting up the machine:

FORT=1TO1000:?"R ";:NEXTT (The R in the print string is CTRL-9
(Revers mode on))

you can see (beside other wired horizontal lines that are appearing on
screen) that the white screen content does not align with the yellow
border on the right side. You can see a small blue line of the
background color. In addition I think it overlaps half a dot-cycle on
the left side.

@gardners gardners added the bug label Oct 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant