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

Make console driver re-entrant and allow more interruptible time #87

Open
fachat opened this issue Apr 12, 2024 · 2 comments
Open

Make console driver re-entrant and allow more interruptible time #87

fachat opened this issue Apr 12, 2024 · 2 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@fachat
Copy link
Owner

fachat commented Apr 12, 2024

Currently, when entering the console driver, "setscr" is called that copies over working variables from a buffer to the working area whenever a new screen is called.

This prevents proper re-entrance. Also, it may just as well be that an interrupt during a DEVCMD could make the DEVCMD break (needs to be investigated).

@fachat fachat added bug Something isn't working enhancement New feature or request labels Apr 12, 2024
@fachat fachat added this to the 2.3 milestone Apr 14, 2024
@fachat
Copy link
Owner Author

fachat commented Apr 14, 2024

This could potentially done when re-working the console device so it also works with the C128 VDC

@fachat
Copy link
Owner Author

fachat commented Apr 15, 2024

See also #62

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

No branches or pull requests

1 participant