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

Backport S/VGA timing fix from 86Box #13

Open
CasualPokePlayer opened this issue May 15, 2024 · 0 comments
Open

Backport S/VGA timing fix from 86Box #13

CasualPokePlayer opened this issue May 15, 2024 · 0 comments

Comments

@CasualPokePlayer
Copy link
Member

CasualPokePlayer commented May 15, 2024

86Box/86Box@b67c3c4

The off by one in PCem causes the refresh rate for S/VGA to be wrong (mainly relevant for DOS).

For example, standard DOS 70Hz (25.175MHz clock, 8 pixels per character, 95 Horizontal Total, 449 scanlines)
(25175000/((95+6)*8))/449 -> 69.3923791043Hz
(25175000/((95+5)*8))/449 -> 70.0863028953Hz

@CasualPokePlayer CasualPokePlayer changed the title Backport S/VGA timing fix from x86Box Backport S/VGA timing fix from 86Box May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant