RETROBAT Official Board
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Mame controller config for multiple xbox360 contoller.

2 posters

Go down

Mame controller config for multiple xbox360 contoller. Empty Mame controller config for multiple xbox360 contoller.

Post by publicenemy 12/05/22, 05:21 am

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.
publicenemy
publicenemy

Messages : 47
Date d'inscription : 2020-08-09

Back to top Go down

Mame controller config for multiple xbox360 contoller. Empty Re: Mame controller config for multiple xbox360 contoller.

Post by Lorenzolamas 12/05/22, 06:45 pm

"Hello"


What Mame are you talking about?


Last edited by Lorenzolamas on 14/05/22, 07:40 pm; edited 1 time in total
Lorenzolamas
Lorenzolamas
Admin

Messages : 2507
Date d'inscription : 2019-07-28

Back to top Go down

Mame controller config for multiple xbox360 contoller. Empty Re: Mame controller config for multiple xbox360 contoller.

Post by publicenemy 13/05/22, 12:59 am

Im configuring arcade to use mame. but it seems that it is better to use retroarch for mame.
all good now with retroarch.
thanks.
publicenemy
publicenemy

Messages : 47
Date d'inscription : 2020-08-09

Back to top Go down

Mame controller config for multiple xbox360 contoller. Empty Re: Mame controller config for multiple xbox360 contoller.

Post by publicenemy 14/05/22, 12:22 pm

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.
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
publicenemy

Messages : 47
Date d'inscription : 2020-08-09

Back to top Go down

Mame controller config for multiple xbox360 contoller. Empty Re: Mame controller config for multiple xbox360 contoller.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum