Hello again,
I'm running on Windows 11 and I have an issue with the example 002-sprite, the input keys from ngdevkit-gngeorc file are not working
Only the following keys are working, and only if do before in the main.c: bios_p1current = bios_p1current >> 4;
up: W (Azerty) should be Z for Qwerty keyboard
down: X
Left: Q (Azerty) should be A for Qwerty keyboard
Right: S
I don't understant why, please help
I want at least the arrow keys working and avoid to touch the source code
Thanks
Hello again,
I'm running on Windows 11 and I have an issue with the example 002-sprite, the input keys from ngdevkit-gngeorc file are not working
Only the following keys are working, and only if do before in the main.c: bios_p1current = bios_p1current >> 4;
up: W (Azerty) should be Z for Qwerty keyboard
down: X
Left: Q (Azerty) should be A for Qwerty keyboard
Right: S
I don't understant why, please help
I want at least the arrow keys working and avoid to touch the source code
Thanks