Does E-UAE use lowlevel.library?
  • Butterfly
    Butterfly
    motorollin
    Posts: 74 from 2006/8/30
    I want to use a joystick with E-UAE on my PegII. I've been told that the Trident USB stack uses lowlevel.library for joystick support. I'm assuming then that in order for it to work, E-UAE would also have to use lowlevel.library for its input. Does anyone know if this is the case? I'm using Fab's build in case that makes a difference.

    --
    moto
  • »06.09.06 - 11:56
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Poseidon has a lowlevel emulation. It has to be enabled, and you also decide which lowlevel port number is bound to your joypad. In latest Poseidon, in hid.class settings, you can go in menu->quick setup->joystick->Select Port <x>

    Then in UAE config file, just add :

    joyport1=joy<x> where x is the lowlevel port number.
  • »06.09.06 - 13:02
    Profile Visit Website
  • Butterfly
    Butterfly
    motorollin
    Posts: 74 from 2006/8/30
    Thanks Fab. So does E-UAE use lowlevel.library directly, or some other library in MorphOS own API?

    --
    moto
  • »06.09.06 - 13:46
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Native version makes lowlevel.library calls, and SDL version uses powersdl.library which calls itself lowlevel.library.
  • »06.09.06 - 13:56
    Profile Visit Website
  • Butterfly
    Butterfly
    motorollin
    Posts: 74 from 2006/8/30
    Thanks Fab, most helpful :-)

    --
    moto
  • »06.09.06 - 14:06
    Profile