Skip to content

Does second hid joystick work? #97

@pawelka

Description

@pawelka

I've connected two USB gamepads via raspberry pico and I see in logs JOY0 and JOY1 that send command to FPGA, but when I wanted to test two joysticks in a game. Second one never works, so I tried to understand if second joystick port is supported on FPGA, so started reading Verilog (I'm beginner) and I found in misterynano.sv this:

    .joystick0(hid_joy),
    .joystick1()

Does it means that joystick1 (second joy) is not wired to hid data, which means second joy is not implemented?

If my analysis is correct, do you plan to implement second hid joy support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions