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

Juno First has a horizontal roll issue #5

Open
thepulserifle opened this issue Apr 2, 2020 · 1 comment
Open

Juno First has a horizontal roll issue #5

thepulserifle opened this issue Apr 2, 2020 · 1 comment

Comments

@thepulserifle
Copy link

During gameplay of Juno First, the playfield rolls horizontally.

@uXeBoy
Copy link
Collaborator

uXeBoy commented Apr 2, 2020

Similar to #4 this was caused by the updated AVR core... the problem in this particular game though is the invert screen command used, which is coming though as pixel data mistakenly (doesn't happen in other sketches using the same invert command though!) and so there are too many pixels on the screen, and so it rolls... again, an easy temporary workaround is this re-compiled version of the game, where I have simply commented out the #define for USE_INVERT:

https://github.com/Press-Play-On-Tape/JunoFirst/blob/master/JunoFirst/src/utils/Enums.h#L17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants