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

Extend BBC BASIC to support setting of keyboard delay and rate, and get/set the LED state #26

Closed
breakintoprogram opened this issue Mar 21, 2023 · 2 comments

Comments

@breakintoprogram
Copy link
Owner

*FX 11, n: Selects keyboard auto-repeat delay
*FX 12, n: Selects keyboard auto-repeat rate
*FX 118, n: Keyboard LED control

@breakintoprogram breakintoprogram changed the title Extend BBC BASIC to support keyRate, keyDelay, ledStatus Extend BBC BASIC to support setting of keyboard delay and rate, and get/set the LED state Mar 21, 2023
@breakintoprogram
Copy link
Owner Author

breakintoprogram commented Mar 21, 2023

*FX 11, n: VDU 23, 0, 8, n; 0; 0xFF
*FX 12, n: VDU 23, 0, 8, 0; n; 0xFF
*FX 118, n: VDU 23, 0, 8, 0; 0; n

@breakintoprogram
Copy link
Owner Author

Also fixed *FX so that it can either:

  • Accept 1 16-bit parameter -or-
  • 2 8-bit parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

No branches or pull requests

1 participant