fruit-bat / pico-zxspectrum

ZX Spectrum for Raspberry Pico Pi RP2040
453 stars 48 forks source link

Could be used USB joystick/gamepad in the emulator menu? #123

Open DPRCZ opened 4 months ago

DPRCZ commented 4 months ago

USB joystick/gamepad has got usually four direction buttons and four other for fire. As far I know the zx spectrum joystick had only one fire button. Could be used some of the others fire buttons for enter to menu? And moreover, could be used the USB joystick/gamepad for movement in emulator menu then?

fruit-bat commented 4 months ago

Possibly, I'll have a look at how the code is set up. It will need some translation from joystick state changes to HID keyboard events, which isn't there at the moment.