Re: [Atari800-users] Cannot get my USB joystick to work
Brought to you by:
joy
From: Greg H. <gre...@ba...> - 2021-08-08 14:27:31
|
I tried that, it didn't recognize all my buttons, neither did joystick-mapper. I found a program called joymap (https://github.com/wizlab-it/joymap.git), it's the simplest joystick key mapper, it is one c file of 210 lines of code. When I run joymap -x, it dumps out the current state of all buttons and axes, then as buttons/axes are pushed/released/moved, it shows the changes. You can run joymap with a set of args indicating which mappings you want. If I run joymap with mappings, then run xev, xev shows the expected keysym as I press the buttons. xev only shows output when buttons are pressed. Yet when I run atari800, my guy keeps running and/or jumping when I'm not even touching the joystick. The only emulator that works perfectly for me is mednafen - it reads the joystick directly, noy key mappings required. I can only guess I have some very weird problem, that can only be solved by having emulators directly read the joystick. On Fri, Aug 6, 2021 at 8:11 PM <be...@op...> wrote: > I've just discovered AntiMicroX, and that seems to work well. Uses qt5 so > not lightweight though. > > > On Fri, 6 Aug 2021 19:52:00 -0300 > Greg Hall <gre...@ba...> wrote: > > > I noticed some issues spending more time using the coolcv Coleco emulator > > to play HERO. The game would work for maybe 5 or 6 levels, then get stuck > > moving left and/or up all the time. I'm thinking you're probably right > > Miro, that qjoypad has some issues. > > > > I found another solution called joystick-mapper, which appears to be a > > Linux only solution. I'll see how well that works :) > > > > On Fri, Aug 6, 2021 at 2:59 PM Petr Stehlík <pst...@so...> wrote: > > > > > On Čt, 2021-08-05 at 21:20 -0300, Greg Hall wrote: > > > > I map my USB joystick to keys using qjoypad > > > > > > why? > > > > > > Petr > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Atari800-users mailing list > > > Ata...@li... > > > https://lists.sourceforge.net/lists/listinfo/atari800-users > > > > > > > > _______________________________________________ > Atari800-users mailing list > Ata...@li... > https://lists.sourceforge.net/lists/listinfo/atari800-users > |