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

Kernel joystick_get IRQ handler example is out of date #206

Open
Yazwh0 opened this issue Jul 21, 2024 · 0 comments
Open

Kernel joystick_get IRQ handler example is out of date #206

Yazwh0 opened this issue Jul 21, 2024 · 0 comments

Comments

@Yazwh0
Copy link
Contributor

Yazwh0 commented Jul 21, 2024

https://github.com/X16Community/x16-docs/blob/master/X16%20Reference%20-%2005%20-%20KERNAL.md#function-name-joystick_get

The IRQ handler isn't correct you now need to add the code below before the call to SCNKEY

    lda #08
    jsr $feab
@Yazwh0 Yazwh0 changed the title Kernel joystick_get is out of date Kernel joystick_get IRQ handler example is out of date Jul 21, 2024
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

No branches or pull requests

1 participant