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

Atari 2600 vertical scaling bug: #57

Open
Firebrandx opened this issue Dec 17, 2020 · 1 comment
Open

Atari 2600 vertical scaling bug: #57

Firebrandx opened this issue Dec 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Firebrandx
Copy link

The internal footprint the 2600 core implements is based on 238 lines instead of 240, causing the set labels for vertical integer scaling to improperly stretch the graphics based on 240 lines. The current workaround is to multiply 238 for the integer you want and use that as a custom vertical scale. Example:

238 x 5 = 1190, so you have to use 1190 for perfect 5x vertical instead of 1200.

@Firebrandx Firebrandx changed the title Atari 2600 core scaling bug: Atari 2600 vertical scaling bug: Dec 18, 2020
@frederic-mahe frederic-mahe added the bug Something isn't working label Dec 18, 2020
@tjanas
Copy link
Collaborator

tjanas commented Jun 25, 2023

Could you re-test with the latest JB firmware? https://github.com/analoguejb/Analogue-Nt-Mini-Noir-JB

If the issue is still present with JB V6.7, could you open a ticket at that other GitHub?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants