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

Entering a line in a BASIC program causes scan codes to be displayed #2

Open
mobluse opened this issue Sep 30, 2019 · 0 comments
Open
Labels
help wanted Extra attention is needed

Comments

@mobluse
Copy link
Owner

mobluse commented Sep 30, 2019

If you run using ./x16emu -echo raw -log k | ../x16-petscii2utf8/petscii2utf8.
When you write 10 PRINT and press Enter you get:

10 PRINT
UP   0♣28

In the x16emu emulator you only move to the next line. Also, it prints scan codes until you get READY! by typing RUN and Enter.

I have studied my code, but cannot find the bug. Maybe something unusual is sent when pressing Enter after a program line. Pressing Enter after commands works.

This can be studied by using: ./x16emu -echo raw -log k | xxd.

@mobluse mobluse added the help wanted Extra attention is needed label Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant