Hi everyone; i love old videogames and made some simple games when i bought my PS2 by using the Yabasic program that was included at the PS2's demo, but it's already a long time since i don't program anything...
Now i've been looking for Yabasic compilator for Windows and found "Yabasic 2.763", but i have seen that the way i used at PS2 to set keys for my gamepad doesn't work here, so this is my question:
How can i set keys at a game made upon Yabasic for Windows? When i had this program for my old PS2, i used to make it with this command:
if and (peek ("port1"), 16384) = 0 then
In this example, "16384" sets the key for the "X" button at PS2's gamepad, but this setting way seems not to work at Windows. Wich is the command at Windows version of Yabasic to set keys for keyboard and gamepad? Somebody knows? Thanks.