
xokia
Members-
Posts
103 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
xokia's Achievements
-
The MAME import wizard is making some assumptions that its not telling the user what those assumptions are. Seems like more words are needed here. Roms are split into ROMs, CHD, and bios files. Technically CHD files aren't "roms" but I dont know what assumption LB is making. Is the wizard expecting these to all be in one directory? I have mine split into 3 directories These options aren't clear. I already used the wizard to install 0.228 so should I be choosing "update MAME Emulator" I feel like there also aren't enough words being used here to articulate what Launchbox is doing. If I choose update is it going to download mame and try to install things itself and remove my prior installation? Is it going to download into the Launchbox directory? Does it dereference the prior roms for the new roms?
-
I have MAME 0.228 installed. Everything works fine. I am trying to upgrade to 0.274 Everything pretty much works my issue is with the xbox controller "start" and "back" button. coin=back start=start This works perfectly with 0.228 I am using the same EXACT cfg file and now coin=L3 start=R3 any suggestion? # # CORE INPUT OPTIONS # coin_lockout 1 ctrlr XARCADE_XBox360x4 mouse 1 joystick 1 lightgun 0 multikeyboard 0 multimouse 0 steadykey 0 ui_active 0 offscreen_reload 0 joystick_map auto joystick_deadzone 0.3 joystick_saturation 0.85 joystick_threshold 0.3 natural 0 joystick_contradictory 0 coin_impulse 0 # # CORE INPUT AUTOMATIC ENABLE OPTIONS # paddle_device joystick adstick_device mouse pedal_device keyboard dial_device mouse trackball_device mouse lightgun_device mouse positional_device mouse mouse_device mouse <mameconfig version="10"> <system name="default"> <input> <remap origcode="KEYCODE_UP" newcode="KEYCODE_8_PAD" /> <remap origcode="KEYCODE_DOWN" newcode="KEYCODE_2_PAD" /> <remap origcode="KEYCODE_LEFT" newcode="KEYCODE_4_PAD" /> <remap origcode="KEYCODE_RIGHT" newcode="KEYCODE_6_PAD" /> <port type="UI_UP"> <newseq type="standard">JOYCODE_1_YAXIS_UP_SWITCH OR JOYCODE_1_HATSWITCHU OR JOYCODE_1_DPADUP</newseq> </port> <port type="UI_DOWN"> <newseq type="standard">JOYCODE_1_YAXIS_DOWN_SWITCH OR JOYCODE_1_HATSWITCHD OR JOYCODE_1_DPADDOWN</newseq> </port> <port type="UI_LEFT"> <newseq type="standard">JOYCODE_1_XAXIS_LEFT_SWITCH OR JOYCODE_1_HATSWITCHL OR JOYCODE_1_DPADLEFT</newseq> </port> <port type="UI_RIGHT"> <newseq type="standard">JOYCODE_1_XAXIS_RIGHT_SWITCH OR JOYCODE_1_HATSWITCHR OR JOYCODE_1_DPADRIGHT</newseq> </port> <port type="UI_SELECT"> <newseq type="standard">KEYCODE_ENTER OR JOYCODE_1_BUTTON1 OR KEYCODE_LCONTROL</newseq> </port> <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="COIN1"> <newseq type="standard">KEYCODE_3 OR JOYCODE_1_BUTTON8</newseq> </port> <port type="COIN2"> <newseq type="standard">KEYCODE_4 OR JOYCODE_2_BUTTON8</newseq> </port> <port type="COIN3"> <newseq type="standard">JOYCODE_3_BUTTON8</newseq> </port> <port type="COIN4"> <newseq type="standard">JOYCODE_4_BUTTON8</newseq> </port> <port type="START3"> <newseq type="standard">JOYCODE_3_BUTTON7</newseq> </port> <port type="START4"> <newseq type="standard">JOYCODE_4_BUTTON7</newseq> </port> <port type="P1_JOYSTICK_UP"> <newseq type="standard">JOYCODE_1_YAXIS_UP_SWITCH OR JOYCODE_1_HATSWITCHU OR JOYCODE_1_DPADUP</newseq> </port> <port type="P1_JOYSTICK_DOWN"> <newseq type="standard">JOYCODE_1_YAXIS_DOWN_SWITCH OR JOYCODE_1_HATSWITCHD OR JOYCODE_1_DPADDOWN</newseq> </port> <port type="P1_JOYSTICK_LEFT"> <newseq type="standard">JOYCODE_1_XAXIS_LEFT_SWITCH OR JOYCODE_1_HATSWITCHL OR JOYCODE_1_DPADLEFT</newseq> </port> <port type="P1_JOYSTICK_RIGHT"> <newseq type="standard">JOYCODE_1_XAXIS_RIGHT_SWITCH OR JOYCODE_1_HATSWITCHR OR JOYCODE_1_DPADRIGHT</newseq> </port> <port type="P2_JOYSTICK_UP"> <newseq type="standard">JOYCODE_2_YAXIS_UP_SWITCH OR JOYCODE_2_HATSWITCHU OR JOYCODE_2_DPADUP</newseq> </port> <port type="P2_JOYSTICK_DOWN"> <newseq type="standard">JOYCODE_2_YAXIS_DOWN_SWITCH OR JOYCODE_2_HATSWITCHD OR JOYCODE_2_DPADDOWN</newseq> </port> <port type="P2_JOYSTICK_LEFT"> <newseq type="standard">JOYCODE_2_XAXIS_LEFT_SWITCH OR JOYCODE_2_HATSWITCHL OR JOYCODE_2_DPADLEFT</newseq> </port> <port type="P2_JOYSTICK_RIGHT"> <newseq type="standard">JOYCODE_2_XAXIS_RIGHT_SWITCH OR JOYCODE_2_HATSWITCHR OR JOYCODE_2_DPADRIGHT</newseq> </port> <port type="P3_JOYSTICK_UP"> <newseq type="standard">JOYCODE_3_YAXIS_UP_SWITCH OR JOYCODE_3_HATSWITCHU OR JOYCODE_3_DPADUP</newseq> </port> <port type="P3_JOYSTICK_DOWN"> <newseq type="standard">JOYCODE_3_YAXIS_DOWN_SWITCH OR JOYCODE_3_HATSWITCHD OR JOYCODE_3_DPADDOWN</newseq> </port> <port type="P3_JOYSTICK_LEFT"> <newseq type="standard">JOYCODE_3_XAXIS_LEFT_SWITCH OR JOYCODE_3_HATSWITCHL OR JOYCODE_3_DPADLEFT</newseq> </port> <port type="P3_JOYSTICK_RIGHT"> <newseq type="standard">JOYCODE_3_XAXIS_RIGHT_SWITCH OR JOYCODE_3_HATSWITCHR OR JOYCODE_3_DPADRIGHT</newseq> </port> <port type="P4_JOYSTICK_UP"> <newseq type="standard">JOYCODE_4_YAXIS_UP_SWITCH OR JOYCODE_4_HATSWITCHU OR JOYCODE_4_DPADUP</newseq> </port> <port type="P4_JOYSTICK_DOWN"> <newseq type="standard">JOYCODE_4_YAXIS_DOWN_SWITCH OR JOYCODE_4_HATSWITCHD OR JOYCODE_4_DPADDOWN</newseq> </port> <port type="P4_JOYSTICK_LEFT"> <newseq type="standard">JOYCODE_4_XAXIS_LEFT_SWITCH OR JOYCODE_4_HATSWITCHL OR JOYCODE_4_DPADLEFT</newseq> </port> <port type="P4_JOYSTICK_RIGHT"> <newseq type="standard">JOYCODE_4_XAXIS_RIGHT_SWITCH OR JOYCODE_4_HATSWITCHR OR JOYCODE_4_DPADRIGHT</newseq> </port> <port type="P1_AD_STICK_X"> <newseq type="decrement">KEYCODE_4PAD OR JOYCODE_1_HATSWITCHL</newseq> <newseq type="increment">KEYCODE_6PAD OR JOYCODE_1_HATSWITCHR</newseq> </port> <port type="P1_AD_STICK_Y"> <newseq type="decrement">KEYCODE_8PAD OR JOYCODE_1_HATSWITCHU</newseq> <newseq type="increment">KEYCODE_2PAD OR JOYCODE_1_HATSWITCHD</newseq> </port> <port type="P2_AD_STICK_X"> <newseq type="decrement">JOYCODE_2_HATSWITCHL OR KEYCODE_D</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHR OR KEYCODE_G</newseq> </port> <port type="P2_AD_STICK_Y"> <newseq type="decrement">JOYCODE_2_HATSWITCHU OR KEYCODE_R</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHD OR KEYCODE_F</newseq> </port> <port type="P1_PADDLE"> <newseq type="decrement">JOYCODE_1_HATSWITCHL OR KEYCODE_4PAD</newseq> <newseq type="increment">JOYCODE_1_HATSWITCHR OR KEYCODE_6PAD</newseq> </port> <port type="P1_DIAL"> <newseq type="decrement">JOYCODE_1_HATSWITCHL OR KEYCODE_4PAD</newseq> <newseq type="increment">JOYCODE_1_HATSWITCHR OR KEYCODE_6PAD</newseq> </port> <port type="P1_PEDAL"> <newseq type="standard">JOYCODE_1_ZAXIS_NEG</newseq> <newseq type="increment">KEYCODE_5</newseq> </port> <port type="P1_PEDAL2"> <newseq type="standard">JOYCODE_1_ZAXIS_POS</newseq> <newseq type="increment">KEYCODE_C</newseq> </port> <port type="P2_PADDLE"> <newseq type="decrement">JOYCODE_2_HATSWITCHL OR KEYCODE_D</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHR OR KEYCODE_G</newseq> </port> <port type="P2_DIAL"> <newseq type="decrement">JOYCODE_2_HATSWITCHL OR KEYCODE_D</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHR OR KEYCODE_G</newseq> </port> <port type="P2_PEDAL"> <newseq type="standard">JOYCODE_2_ZAXIS_NEG</newseq> <newseq type="increment">KEYCODE_6</newseq> </port> <port type="P2_PEDAL2"> <newseq type="standard">JOYCODE_2_ZAXIS_POS</newseq> <newseq type="increment">KEYCODE_CLOSEBRACE</newseq> </port> <port type="P1_TRACKBALL_Y"> <newseq type="decrement">JOYCODE_1_HATSWITCHU OR KEYCODE_8PAD</newseq> <newseq type="increment">JOYCODE_1_HATSWITCHD OR KEYCODE_2PAD</newseq> </port> <port type="P1_TRACKBALL_X"> <newseq type="decrement">JOYCODE_1_HATSWITCHL OR KEYCODE_4PAD</newseq> <newseq type="increment">JOYCODE_1_HATSWITCHR OR KEYCODE_6PAD</newseq> </port> <port type="P2_TRACKBALL_Y"> <newseq type="decrement">JOYCODE_2_HATSWITCHU OR KEYCODE_R</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHD OR KEYCODE_F</newseq> </port> <port type="P2_TRACKBALL_X"> <newseq type="decrement">JOYCODE_2_HATSWITCHL OR KEYCODE_D</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHR OR KEYCODE_G</newseq> </port> <port type="P1_LIGHTGUN_X"> <newseq type="decrement">JOYCODE_1_HATSWITCHL OR KEYCODE_4PAD</newseq> <newseq type="increment">JOYCODE_1_HATSWITCHR OR KEYCODE_6PAD</newseq>> </port> <port type="P1_LIGHTGUN_Y"> <newseq type="decrement">JOYCODE_1_HATSWITCHU OR KEYCODE_8PAD</newseq> <newseq type="increment">JOYCODE_1_HATSWITCHD OR KEYCODE_2PAD</newseq> </port> <port type="P2_LIGHTGUN_X"> <newseq type="decrement">JOYCODE_2_HATSWITCHL OR KEYCODE_D</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHR OR KEYCODE_G</newseq>> </port> <port type="P2_LIGHTGUN_Y"> <newseq type="decrement">JOYCODE_2_HATSWITCHU OR KEYCODE_R</newseq> <newseq type="increment">JOYCODE_2_HATSWITCHD OR KEYCODE_F</newseq> </port> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_LALT OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_Z</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_X</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_S</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_E</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON5</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON5</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="neogeo"> <input> <port type="P1_BUTTON1"> <newseq type="standard">KEYCODE_C OR JOYCODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">KEYCODE_LSHIFT OR JOYCODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">KEYCODE_Z OR JOYCODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">KEYCODE_X OR JOYCODE_1_BUTTON4</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">KEYCODE_CLOSEBRACE OR JOYCODE_2_BUTTON1</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">KEYCODE_W OR JOYCODE_2_BUTTON2</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">KEYCODE_E OR JOYCODE_2_BUTTON3</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">KEYCODE_OPENBRACE OR JOYCODE_2_BUTTON4</newseq> </port> </input> </system> <system name="midtunit.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_Z OR KEYCODE_LALT OR JOYCODE_1_ZAXIS_NEG_SWITCH OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_X</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_C OR JOYCODE_1_ZAXIS_POS_SWITCH</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_S OR KEYCODE_E OR JOYCODE_2_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_CLOSEBRACE OR JOYCODE_2_ZAXIS_POS_SWITCH</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON5 OR JOYCODE_3_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON5 OR JOYCODE_4_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="midyunit.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_Z OR KEYCODE_LALT OR JOYCODE_1_ZAXIS_NEG_SWITCH OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_X</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_C OR JOYCODE_1_ZAXIS_POS_SWITCH</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_S OR KEYCODE_E OR JOYCODE_2_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_CLOSEBRACE OR JOYCODE_2_ZAXIS_POS_SWITCH</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON5 OR JOYCODE_3_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON5 OR JOYCODE_4_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="midwunit.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_Z OR KEYCODE_LALT OR JOYCODE_1_ZAXIS_NEG_SWITCH OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_X</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_C OR JOYCODE_1_ZAXIS_POS_SWITCH</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_S OR KEYCODE_E OR JOYCODE_2_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_CLOSEBRACE OR JOYCODE_2_ZAXIS_POS_SWITCH</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON5 OR JOYCODE_3_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON5 OR JOYCODE_4_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="midzeus.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_Z OR KEYCODE_LALT OR JOYCODE_1_ZAXIS_NEG_SWITCH OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_X</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_C OR JOYCODE_1_ZAXIS_POS_SWITCH</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_S OR KEYCODE_E OR JOYCODE_2_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_CLOSEBRACE OR JOYCODE_2_ZAXIS_POS_SWITCH</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON5 OR JOYCODE_3_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON5 OR JOYCODE_4_ZAXIS_NEG_SWITCH</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="sf.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LALT OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_Z</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_X</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_S</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_E</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON5</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON5</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="cps1.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LALT OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_Z</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_X</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_S</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_E</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON5</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON5</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="cps2.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LALT OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_Z</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_X</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_S</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_E</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON5</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON5</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="cps3.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LALT OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_Z</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_X</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_S</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_E</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_OPENBRACE</newseq> </port> <port type="P3_BUTTON1"> <newseq type="standard">JOYCODE_3_BUTTON4</newseq> </port> <port type="P3_BUTTON2"> <newseq type="standard">JOYCODE_3_BUTTON3</newseq> </port> <port type="P3_BUTTON3"> <newseq type="standard">JOYCODE_3_BUTTON5</newseq> </port> <port type="P3_BUTTON4"> <newseq type="standard">JOYCODE_3_BUTTON2</newseq> </port> <port type="P3_BUTTON5"> <newseq type="standard">JOYCODE_3_BUTTON1</newseq> </port> <port type="P3_BUTTON6"> <newseq type="standard">JOYCODE_3_BUTTON6</newseq> </port> <port type="P4_BUTTON1"> <newseq type="standard">JOYCODE_4_BUTTON4</newseq> </port> <port type="P4_BUTTON2"> <newseq type="standard">JOYCODE_4_BUTTON3</newseq> </port> <port type="P4_BUTTON3"> <newseq type="standard">JOYCODE_4_BUTTON5</newseq> </port> <port type="P4_BUTTON4"> <newseq type="standard">JOYCODE_4_BUTTON2</newseq> </port> <port type="P4_BUTTON5"> <newseq type="standard">JOYCODE_4_BUTTON1</newseq> </port> <port type="P4_BUTTON6"> <newseq type="standard">JOYCODE_4_BUTTON6</newseq> </port> </input> </system> <system name="kinst.cpp"> <input> <port type="P1_BUTTON1"> <newseq type="standard">JOYCODE_1_BUTTON4 OR KEYCODE_LCONTROL OR MOUSECODE_1_BUTTON1</newseq> </port> <port type="P1_BUTTON2"> <newseq type="standard">JOYCODE_1_BUTTON3 OR KEYCODE_LALT OR MOUSECODE_1_BUTTON3</newseq> </port> <port type="P1_BUTTON3"> <newseq type="standard">JOYCODE_1_BUTTON5 OR KEYCODE_SPACE OR MOUSECODE_1_BUTTON2</newseq> </port> <port type="P1_BUTTON4"> <newseq type="standard">JOYCODE_1_BUTTON2 OR KEYCODE_LSHIFT</newseq> </port> <port type="P1_BUTTON5"> <newseq type="standard">JOYCODE_1_BUTTON1 OR KEYCODE_Z</newseq> </port> <port type="P1_BUTTON6"> <newseq type="standard">JOYCODE_1_BUTTON6 OR KEYCODE_X</newseq> </port> <port type="P2_BUTTON1"> <newseq type="standard">JOYCODE_2_BUTTON4 OR KEYCODE_A</newseq> </port> <port type="P2_BUTTON2"> <newseq type="standard">JOYCODE_2_BUTTON3 OR KEYCODE_S</newseq> </port> <port type="P2_BUTTON3"> <newseq type="standard">JOYCODE_2_BUTTON5 OR KEYCODE_Q</newseq> </port> <port type="P2_BUTTON4"> <newseq type="standard">JOYCODE_2_BUTTON2 OR KEYCODE_W</newseq> </port> <port type="P2_BUTTON5"> <newseq type="standard">JOYCODE_2_BUTTON1 OR KEYCODE_E</newseq> </port> <port type="P2_BUTTON6"> <newseq type="standard">JOYCODE_2_BUTTON6 OR KEYCODE_OPENBRACE</newseq> </port> </input> </system> </mameconfig>
-
Either.....I do not have a strong preference. Or an ID of some sort (ABC123...ect) the developers can associate back to a real Name. Just something that respects the right of privacy of the user and meets the needs of the developer. I dont know that having the name actually solves anything though. Maybe there is some use case I am missing that this is protecting? It could be blurred pretty easily by those trying to circumvent something. I think I read about an amazon seller that was selling SW with a license that this is the reason for this?........... If it were me I would encode something in hex(maybe encrypted) in the log file. If someone asked for support and it was pirated copy would be easy to identify. Lots of different ways to go about it. Probably wont solve it here on the open forum. When photos or videos get posted to the net you lose control. There is no telling how they could get used by someone else. It's not a big deal for me. Just a suggestion.
-
I know I can’t remove it it’s a suggestion for the developers. Imagine if your windows OS or your phone OS had your name plastered across it every time you took a screen shot that info went with every photo. i understand the developers need here but there are better ways to go about and accomplish the same thing is all I’m suggesting. same reason folks choose user names on forums instead of using real names.
-
Seems like a security issue. I realize you folks want to attach a name to a license to prevent invalid license. But maybe allow the option to hide the name being plastered on launchbox? Or use a number to associate the ID with the license? Folks sometimes stream and your name is literally plastered on launchbox which would require some editing to hide. Seems like there could be a better balance with the users right to privacy and your need to secure your product.
-
Anyone know of any decent USB over IP modules. I want to send the xbox controller or more specifically N64, genesis controllers over the network. I run an app that lets me stream to all my TVs in the house. It supports xbox 360 and ps4 controllers. I like to use system specific controllers like the n64 controller for n64 games. So I am looking for a USB over IP module to accommodate USB game controllers.
-
Thank you that worked.
-
SetTitleMatchMode, 2 $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } WinWaitActive, ahk_exe xm6g.exe Sleep, 1000 Send {RAlt down}{Enter down}{Enter up}{RAlt up} no luck
-
trying to get full screen on xm6g. Here is what I have tried it still doesnt go full screen SetTitleMatchMode, 2 WinWaitActive, xm6g.exe Sleep, 1000 Send {Alt down}{Enter down}{Alt up}{Enter up}
-
I can get the games to boot I can not figure out how to get the xbox controller to work. Any clue? *EDIT* Here is what I used for the xbox 360 controller "your_bios_rom_path" -HOSTSHORTCUT ESC 0 0 FORCEQUIT -GAMEPORT0 ANA0 -SCALE 200 -FULLSCREEN -FREQ 25 -YESWAIT -CD
-
So I found kinda a cool way to do this. There is the HDD drive version I mentioned previously where all the required files are loaded. My gaming system is headless and my PC I use is separate. One thing I was messing up is I was loading the HDD version on my PC creating a xm6 game save and then loading it on the gaming system. That lead to some errors. If you load the HDD version on the same system you want to run the game save on everything works. I mark all my xm6 files as read only. Then add the xm6 game save to launchbox. Add the game saves to it and it works.
- 35 replies
-
- sharp x68000
- x68000
-
(and 2 more)
Tagged with:
-
I just made the files read only problem solved. Seems like a cool emulator but its to much work to make work. 3-4 discs swapping discs just a pain. Someone made a HDD version where all the games are loaded on the internal drive that works with xm6g. I loaded it up and it works well. I just see no way to integrate with launchbox as the OS loads up a menu you go to the disc browse your directories then choose the batch script to start the game. I think the multiple files is what makes this a PITA. If someone can create a single file for the games that load this would be a cool emulator it has some pretty good games and graphics for its time period.
- 35 replies
-
- sharp x68000
- x68000
-
(and 2 more)
Tagged with:
-
seems like .xm6 files are game save states and you need the xm6g emulator to play them. Issue I see is if you somehow accidently "save" a new state you can ruin the game save and it wont restart. Or at least I havent figured out how to get back to a functional version. Retroarch will not play xm6 files as far as I can tell. Other then everything being in Japanese this is a pretty cool system I never knew about. Someone created a HDD version which works pretty good and everything is organized nicely. But doesnt look friendly to integrating into launchbox.
- 35 replies
-
- sharp x68000
- x68000
-
(and 2 more)
Tagged with:
-
what are .xm6 files? Are these game saves? I can get retroarch to run .bin fairly easy. It also seems to automatically load the second disk if there is one. But I can not get .xm6 files to load
- 35 replies
-
- sharp x68000
- x68000
-
(and 2 more)
Tagged with:
-
Question for the admins. This does work and xenia applies the correct settings for DLCs to work and run correctly. However Launchbox then picks up ALL the files in that directory as a game instead of the single file you chose. Is there a way to make it exclude any other files and just use the file you selected? I ended up converting the DLC to an ISO. Then loading the ISO. The problem with that is that it then runs in fast forward. So you have to create a separate instance of xenia with vsync enabled. Would be easier just to import the DLC as a DLC.