I'm taking it you are running the game in DOSBox?
Have you tried the various types in the DOSBox configuraton file? Try the different options here, and look in the DOSBox system window (not the wondow that shows the prompt, but the other one). See if it reports your pad there.
Quote:
[joystick]
# joysticktype -- Type of joystick to emulate: auto (default), none,
# 2axis (supports two joysticks), 4axis,
# fcs (Thrustmaster), ch (CH Flightstick).
# none disables joystick emulation.
# auto chooses emulation depending on real joystick(s).
# timed -- enable timed intervals for axis. (false is old style behaviour).
# autofire -- continuously fires as long as you keep the button pressed.
# swap34 -- swap the 3rd and the 4th axis. can be useful for certain joysticks.
# buttonwrap -- enable button wrapping at the number of emulated buttons.
joysticktype=4axis
timed=false
autofire=false
swap34=true
buttonwrap=true
|