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

[new feature] Laser 500 cursor key input #270

Open
nippur72 opened this issue Apr 17, 2021 · 1 comment
Open

[new feature] Laser 500 cursor key input #270

nippur72 opened this issue Apr 17, 2021 · 1 comment

Comments

@nippur72
Copy link
Contributor

In Laser 500, it's more natural to use cursor arrow keys instead of IJKL.

Unfortunately Z88DK disables them by default (I will address a bugfix for that) but you can re-enable them by having the following compiler switch added to your makefile:

-pragma-define:CLIB_LASER500_SCAN_EXTRA_ROWS=1

After that, the keyboard input routine will return:

UP: 11
DOWN: 13
LEFT: 8
RIGHT: 9

that you can use in place of IJKL

@Fabrizio-Caruso
Copy link
Owner

This is going to be fixed but I would like to have it in Z88DK first. I have reported that joystick emulation through cursors is not working...

@Fabrizio-Caruso Fabrizio-Caruso changed the title Laser 500 cursor key input [new feature] Laser 500 cursor key input Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants