Search found 7 matches
- Fri Jun 19, 2015 3:39 am
- Forum: Need Help?
- Topic: How to launch another program with emulator?
- Replies: 12
- Views: 12733
Re: How to launch another program with emulator?
Ok, I figured it out. Now everything opens and closes like it should. I tinkered with the code some more and it works. I defined each "$PID" and added a number next to it. ;Parsing Local $count = StringInStr($CmdLineRaw, ".exe", 0, 1, 1) local $app = StringLeft ( $CmdLineRaw, $count + 4 ) local ...
- Fri Jun 19, 2015 1:52 am
- Forum: Need Help?
- Topic: How to launch another program with emulator?
- Replies: 12
- Views: 12733
Re: How to launch another program with emulator?
No, I can't keep JoyToKey running because I only need it to run for 2 emulators that won't allow you to remap multiple controls for the same button (ZSNES and KegaFusion). The profiles for JoyToKey for the 2 emulators would clash with each other and clash with other emulators as well. KegaFusion is ...
- Wed Jun 17, 2015 5:08 am
- Forum: Need Help?
- Topic: How to launch another program with emulator?
- Replies: 12
- Views: 12733
Re: How to launch another program with emulator?
Just curious, can the above script be modified to run a 3rd program besides joytokey and the emulator?
- Fri Jun 12, 2015 6:15 pm
- Forum: Need Help?
- Topic: How to launch another program with emulator?
- Replies: 12
- Views: 12733
Re: How to launch another program with emulator?
Its a compatibility issue. There are a couple commercial and homebrew games that I can't get to run in MESS, but they'll run in Nostalgia.
It's easier for me to create remap script in AutoHotKey, because it's really dumbed down.
It's easier for me to create remap script in AutoHotKey, because it's really dumbed down.
- Thu Jun 11, 2015 4:51 pm
- Forum: Need Help?
- Topic: How to launch another program with emulator?
- Replies: 12
- Views: 12733
Re: How to launch another program with emulator?
It's for Nostalgia. Apparently you can't remap the exit key. The cabinet that I'm building will be utilizing a separate keypad for system controls, but it doesn't have an ESC key.
- Wed Jun 10, 2015 4:30 pm
- Forum: Need Help?
- Topic: Multiple Emulators for One System
- Replies: 2
- Views: 7447
Re: Multiple Emulators for One System
Thank you, worked like a charm! I kinda figured that's how it was done. Didn't want to mess with the system.xml file until I was sure.
-Cheers!
-Cheers!
- Wed Jun 10, 2015 9:00 am
- Forum: Need Help?
- Topic: Multiple Emulators for One System
- Replies: 2
- Views: 7447
Multiple Emulators for One System
Hi, I was wondering if there was a way to set up mGalaxy to use more than one emulator for a system. I'm using MESS to run Intellivision games, and found that MESS won't load a few home brews like Donkey Kong Arcade. However, Nostalgia will run them. Is there a way to make mGalaxy run a certain ...