My Programs :: MAME :: loosing kill process combo (1 Viewer)

jw

Portal Pro
March 18, 2006
53
0
Problem :

My kill process key mapping does not stick. As soon as i fire up mame the keymapping created to kill/close process disappears. I'm calling mame via the my programs plugins using the following switches : -joy -cfg_directory "C:\Program Files\mame\cfg" -readconfig

Now it's entirely possible the switches i'm using to run mame are incorrect, but i was having problems mapping the p1 coin / p1 start keys to the logitech wireless rumble pad. These switches seemed to have resolved the issue. IF THIS IS NOT THE CORRECT METHOD PLEASE LET ME KNOW.

thanks jW

mediaportal configuration :

Area: Media Portal Plugins
MediaPortal Version: 0.2.0.0 RC4$CVS-23.04.2006- 1:01:19,13
(2006-04-23)
MediaPortal Skin: BlueTwo
Windows Version: Windows XP (SP2)
.NET CLR Version: 2.0.50727
DirectX Version: 4.09.00.0904 (9.0c)
Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder
Video Codec: Mpeg2Dec Filter
CPU Type: AMD Athlon 64 3500+
Memory: 511 MB
Motherboard: FN95V30 (Shuttle Inc)
TV Card Model: haupage pvr 250
TV Card Type: -
TV Card Driver: -
Video Card Model: Nvidia Geforce 6600 (128 MB)
Video Card Driver: -
Video Card Resolution: 800x600
Video Render Type: -
Audio Card Model: NVIDIA(R) nForce(TM) Audio
Audio Card Driver: -
Synopsis::

mame keymap c:\program files\mame\cfg\default.cfg config :
Code:
<xml>
<This>
<mameconfig>
    <system>
        <input>
            <port>
                <newseq>
                    KEYCODE_B
                </newseq>
            </port>
            <port>
                <newseq>
                    KEYCODE_N
                </newseq>
            </port>
            <port>
                <newseq>
                    KEYCODE_1 OR JOYCODE_1_BUTTON10
                </newseq>
            </port>
            <port>
                <newseq>
                    KEYCODE_5 OR JOYCODE_1_BUTTON9
                </newseq>
            </port>
            <port>
                <newseq>
                    KEYCODE_1 OR JOYCODE_1_BUTTON10
                </newseq>
            </port>
            <port>
                <newseq>
                    JOYCODE_1_BUTTON9 OR KEYCODE_5
                </newseq>
            </port>
        </input>
    </system>
</mameconfig>
 

EMKO

Portal Pro
May 4, 2006
175
3
does anyone work on that plugin anymore? there are lots of cool things that could be added to that plugin to make it a real good emulator frontend.
 

Users who are viewing this thread

Top Bottom