On 9/27/07, <b class="gmail_sendername">Carl Fongheiser</b> &lt;<a href="mailto:carlfongheiser@gmail.com">carlfongheiser@gmail.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_1154a1c76194b6c6_0">On 9/27/07, <b class="gmail_sendername">Garry Cook</b> &lt;<a href="mailto:garrycook@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">garrycook@gmail.com
</a>&gt; wrote:</span></div><div><div><span class="e" id="q_1154a1c76194b6c6_2"><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<span>On 9/27/07, <b class="gmail_sendername">Alex Halovanic</b> &lt;<a href="mailto:halovanic@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">halovanic@gmail.com</a>&gt; wrote:
<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Did you also add the line &quot;-jdev /dev/input/js0&quot;?<br><br></blockquote></div></span>Nope, but I just tried this. &#39;-jdev&#39; is an unknown option. xmame version 0.106</blockquote></span></div><div><br>In that case, your xmame was built without joystick support. Even so, there shouldn&#39;t be a zero on the end.
</div></div></blockquote><div><br>You&#39;re absolutely right Carl. So, which one(s) of these should I enable for a generic USB gamepad? <br>I&#39;m guessing maybe FM Towns? Here is the relevant part of the Makefile.<br>
<br></div>###########################################################################<br># Input Devices<br>###########################################################################<br><br># Uncomment any joystick types that you want to use; the one that is
<br># actually used can be selected at runtime with the -joytype switch.<br><br># Enable the standard joystick driver, which should work in Linux, OpenBSD,<br># NetBSD, and FreeBSD.<br># JOY_STANDARD = 1<br><br># Linux FM-TOWNS game pad joystick emulation support.&nbsp; Thanks to Osamu
<br># Kurati.<br># JOY_PAD = 1<br><br># NetBSD/FreeBSD USB joystick support.<br># JOY_USB = 1<br><br># PlayStation2-Linux native pad support.<br># JOY_PS2 = 1<br><br># SDL joystick support.<br># JOY_SDL = 1<br><br># This will enable the use of the Happ Controls UGCI(tm) USB devices&#39;
<br># Coin/Start inputs using the libugci library available from<br># <a href="http://www.phunnypharm.org/ugci/">http://www.phunnypharm.org/ugci/</a><br># UGCICOIN = 1<br><br># Enables use of Linux input devices that support ABS (absolute) X/Y axis
<br># events as lightguns. This can be tablets, touchpads or lightguns. You<br># must have the input layer and support for your devices (e.g. USB) for<br># this to work.<br># LIGHTGUN_ABS_EVENT = 1<br><br># Uncomment this if you get errors about a input_absinfo being undefined.
<br># Some versions of the Linux headers define this, others don&#39;t, and it<br># seems to vary by distribution.<br># LIGHTGUN_DEFINE_INPUT_ABSINFO = 1<br><br># Uncomment this to add LIRC support to xmame.<br># LIRC = 1
<br><br></div>