Mame controller config for multiple xbox360 contoller.
2 posters
Page 1 of 1
Mame controller config for multiple xbox360 contoller.
Does anyone have good working controller config for multiple (4 player) xbox360 controller for MAME?
Tried to edit the config but it is not that simple. For example, games that support dpad only, does not support thumbstick. to use thumbstick, i had to use retroarch as emulator (retroarch unfortunately have other issues)
Please advise. thanks.
Tried to edit the config but it is not that simple. For example, games that support dpad only, does not support thumbstick. to use thumbstick, i had to use retroarch as emulator (retroarch unfortunately have other issues)
Please advise. thanks.
publicenemy- Messages : 47
Date d'inscription : 2020-08-09
Re: Mame controller config for multiple xbox360 contoller.
"Hello"
What Mame are you talking about?
What Mame are you talking about?
Last edited by Lorenzolamas on 14/05/22, 07:40 pm; edited 1 time in total
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Mame controller config for multiple xbox360 contoller.
Im configuring arcade to use mame. but it seems that it is better to use retroarch for mame.
all good now with retroarch.
thanks.
all good now with retroarch.
thanks.
publicenemy- Messages : 47
Date d'inscription : 2020-08-09
Re: Mame controller config for multiple xbox360 contoller.
Turns out, retroarch mame current are old mame varsion. Not really current. Some game got issues.
I had to use 'Original mame' to get my games working properly.
Anyway, to fix mame(original) with xbox 360 controller, you actually only have to set the settings for insert coin and start game.
Here are the contents of /mame/cfg/default.cfg file that i use to setup 4 xbox 360 controller with mame.
I had to use 'Original mame' to get my games working properly.
Anyway, to fix mame(original) with xbox 360 controller, you actually only have to set the settings for insert coin and start game.
Here are the contents of /mame/cfg/default.cfg file that i use to setup 4 xbox 360 controller with mame.
- Code:
<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
<system name="default">
<input>
<port type="START1">
<newseq type="standard">
KEYCODE_1 OR JOYCODE_1_BUTTON7
</newseq>
</port>
<port type="START2">
<newseq type="standard">
KEYCODE_2 OR JOYCODE_2_BUTTON7
</newseq>
</port>
<port type="START3">
<newseq type="standard">
KEYCODE_3 OR JOYCODE_3_BUTTON7
</newseq>
</port>
<port type="START4">
<newseq type="standard">
KEYCODE_4 OR JOYCODE_4_BUTTON7
</newseq>
</port>
<port type="COIN1">
<newseq type="standard">
KEYCODE_5 OR JOYCODE_1_BUTTON8
</newseq>
</port>
<port type="COIN2">
<newseq type="standard">
KEYCODE_6 OR JOYCODE_2_BUTTON8
</newseq>
</port>
<port type="COIN3">
<newseq type="standard">
KEYCODE_7 OR JOYCODE_3_BUTTON8
</newseq>
</port>
<port type="COIN4">
<newseq type="standard">
KEYCODE_8 OR JOYCODE_4_BUTTON8
</newseq>
</port>
</input>
</system>
</mameconfig>
publicenemy- Messages : 47
Date d'inscription : 2020-08-09
Similar topics
» où se trouve le fichier de config des jeux MAME ?
» [RESOLVED] RetroBat Arcade system best practices question (multiple mame romsets versions)
» Atomiswave Flycast controller config
» Retrobat can't use the controller config of Citra Emu
» PCSX2 controller config/conflict
» [RESOLVED] RetroBat Arcade system best practices question (multiple mame romsets versions)
» Atomiswave Flycast controller config
» Retrobat can't use the controller config of Citra Emu
» PCSX2 controller config/conflict
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum