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

Sprites can still appear in front of the border #41

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

Sprites can still appear in front of the border #41

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

Comments

@gardners
Copy link
Owner

Reported by a user:

Second topic: C64 sprites (just basic sprites, but more difficult to
demonstrate)

Please enter the following code in C64 mode:

POKE53280,6:POKE53281,0
POKE53248,23:POKE53249,55:POKE2040,64:POKE53287,1:POKE53269,1
FOR T=4096 TO 4159:POKE T,0:NEXT
POKE4096,128:POKE4098,1:POKE4099,128:POKE4101,1
POKE4102,192:POKE4104,3:POKE4105,192:POKE4107,3
POKE4108,224:POKE4110,7:POKE4111,224:POKE4113,7

Here you can see that the sprites is being displayed not only on
screen but also in front of the border. Maybe this can be seen more
clearly if the screen color is white and the border color is black:

POKE53280,0:POKE53281,1

Now the left transition from black border to white screen is not as
straight as it should be. One can see the sprite clearly reaching into
the border.

@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