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

Fix ccp and bdos bug #152

Merged
merged 2 commits into from
Aug 25, 2024
Merged

Fix ccp and bdos bug #152

merged 2 commits into from
Aug 25, 2024

Conversation

ivop
Copy link
Contributor

@ivop ivop commented Aug 25, 2024

While looking to fix multi drive support, I came across these two.

temp2 is used as a pointer, for example in printi. And entry_DIR uses temp+3, which is temp2+1.

CTRL-R in BDOS printed an extra random character in front of the repeated command line. I noticed that with a TTY driver that does not suppress characters < $20.

@davidgiven
Copy link
Owner

Merged; thanks!

@davidgiven davidgiven merged commit 417d92a into davidgiven:master Aug 25, 2024
1 check passed
@ivop ivop deleted the ccp-bdos branch August 26, 2024 01:19
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