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

bedit: make sure X is zero when calling BDOS CONIO #158

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

ivop
Copy link
Contributor

@ivop ivop commented Aug 27, 2024

putchar calls CONIO, which takes a parameter in A and X, but X is never explicitly set. If X happens to be $ff or $fd, the character is not printed. This occurs for example with the 80 columns driver on the Atari.

Before:
atari000

After:
atari001

@davidgiven
Copy link
Owner

There are actually quite a lot of bugs in bedit. Thanks.

@davidgiven davidgiven merged commit 8238817 into davidgiven:master Aug 27, 2024
1 check passed
@ivop ivop deleted the bedit-fix branch August 27, 2024 21:01
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

Successfully merging this pull request may close these issues.

2 participants