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

Improve keyboard handling #20

Closed
breakintoprogram opened this issue Feb 27, 2023 · 1 comment
Closed

Improve keyboard handling #20

breakintoprogram opened this issue Feb 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@breakintoprogram
Copy link
Owner

Never been 100% happy with the way the keyboard debounce/repeat is handled in MOS, esp. when returning keycodes to BASIC. Look at improving it so that INKEY$ will always show the keycode, rather than the debounced version used in MOS/GET$

@breakintoprogram breakintoprogram converted this from a draft issue Feb 27, 2023
@breakintoprogram breakintoprogram added the enhancement New feature or request label Feb 27, 2023
@breakintoprogram breakintoprogram moved this to In Progress in AGON Quark Firmware Mar 8, 2023
@breakintoprogram
Copy link
Owner Author

breakintoprogram commented Mar 10, 2023

Testing:

  • KEYBOARD_1.BAS: GET$ - Passed
  • KEYBOARD_2.BAS: INKEY$ - Passed

ESC: Passed (works in Input, and program loops).

@breakintoprogram breakintoprogram moved this from In Progress to QA in AGON Quark Firmware Mar 11, 2023
@breakintoprogram breakintoprogram moved this from QA to Done in AGON Quark Firmware Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Released
Development

No branches or pull requests

1 participant