Jump to content

UnDead

New Members
  • Posts

    6
  • Joined

  • Last visited

About UnDead

  • Birthday 06/07/1969

Profile Information

  • Gender
    Male
  • Location
    Warsaw, Poland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

UnDead's Achievements

Combat Commando

Combat Commando (1/9)

2

Reputation

  1. Maybe not exactly what I did, but that's the way I went - that is - I checked various settings related to usbhid and it got me to experiment with different versions of the system kernel. Also, it seems that in the current version of the atari800 emulator in Arch Linux it works with some "trick", i.e. the emulator actually wants to use the SDL 1.2 library, and the current version is 2.0, so the package is installed as one of the dependencies - sdl12-compat, whose task is to "translate" references to SDL 1.2 functions into functions in SDL 2.0. All this, together with the latest kernel, caused some strange problem (only the fire button works). I changed the kernel to LTS, i.e. 5.15.89 and ... it started, i.e. all directions in the joystick work in the atari800 - currently CX40, but also in any other from the era). Anyway... thank you!
  2. I started with enabling these settings. But since it didn't work... I've looked at the emulator's sources in C, so now I know how the emulator uses joysticks/pads (via SDL) and what calls to this library it uses. I already know that currently it has no right to work properly, because it's just an emulator that supports joysticks working only as "Hat". So the current code does not allow the use of digital joysticks connected via a USB adapter (which is interesting because other emulators support them without any problems). Hence my question: does anyone have a patch that allows the use of such a configuration? I prefer to make sure before I start writing such a patch myself, and in the process it turns out that someone has already done it a long time ago.
  3. The problem is that the adapter I have is designed to connect digital joysticks to the USB port (so there are only "two state" axes with values of -32768 or 32767) and no hats at all. So there is no /dev/input/uinput device in the system, i.e. the xboxdrv utility will not work (and the needed uinput module cannot be loaded into the kernel).
  4. Hi All, I have the following setup: (Arch Linux, atari800 5.0.0-1 from AUR, and hexagons.de 2 port joystick to USB adapter): % sdl-jstest --list Found 2 joystick(s) Joystick Name: 'hexagons.de Retro-Joystick' Joystick Number: 0 Number of Axes: 2 Number of Buttons: 2 Number of Hats: 0 Number of Balls: 0 Joystick Name: 'hexagons.de Retro-Joystick' Joystick Number: 1 Number of Axes: 2 Number of Buttons: 2 Number of Hats: 0 Number of Balls: 0 and the Competition Pro (old, good DB9 version) joysitck in port #0: Joystick Name: 'hexagons.de Retro-Joystick' Joystick Number: 0 Axes 2: 0: 0 [ # ] 1: 0 [ # ] Buttons 2: 0: 0 [ ] 1: 0 [ ] Hats 0: Balls 0: Press Ctrl-c to exit as you can see, the joystick is used "by Axes", not "by Hats". It works without any problem with Hatari, Altirra (with wine), fs-uae etc... But, with the atari800 only the fire button works, because the emulator seems to force the use of Hats (according to the input.c source file). Have any of you heard of a patch that allows you to use joysticks in the configuration I have? From the level of the SDL library, this is not a problem, so adding support for such adapters to the atari800 should not be a black magic. I searched for something like this in search engines (not only Google), but I didn't come up with anything specific, hence my question on the forum. Best regards, UnDead
  5. My current A8 machines: 1 x 400 1 x 800 1 x 1200XL 1 x 600XL 2 x 800XL (1 x stock & 1 x with stereo (2x POKEY), 1MB RAM (but not U1MB), Sophia 2, 4xOS (modified RESET function) 2 x 65XE (almost ;-)) 1x65XE with ECI, 1x 65XE working motherboard (all chips socketed) I'm using it for various tests.. it may be upgraded to Liber809 (MC6809) someday...) 1 x 130XE 1 x XEGS 1 x 1088XEL (with stereo (2x POKEY), VBXE, and internal(!) AVGCART as storage option - OK, 1088XEL is in rather an "Atari compatible", not a classic A8 machine ?
  6. Can the switches available at this auction be replacements for those used by Atari? https://www.ebay.pl/itm/1x-Vintage-Metal-Topped-Linear-ALPS-Replacement-Keyboard-Switch-TESTED-WORKING/303508988274?hash=item46aa8ba172:g:ymYAAOSwXj1eZHEZ
×
×
  • Create New...