|
||||
Morphgear Autosetup
I looked through the forum, saw many different threads about emulators, but really all basic and nothing really worthwhile. There is some talk about smartgear, which you can see in this thread here.
For quite a while I have been using Morphgear. I normally play my emulator here at Sprint inbetween waiting to operate on broken phones, so I dont have much use for sound. Honestly if I wanted sound Id bust out on my Wii and enjoy. I usually use Morphgear to play my SNES and GENESIS games. (you can download the module for the NES, Gameboy, Gameboy advance, but you have to pay for it to use more than like 10 minutes or so.) The SNES is a module based off the SNES9x emulator, and the Genesis is based off of the GENERATOR. The only problem with the Touch Pro 2 is the keyboard emulates duplicate key presses. no matter what you try to do, it will always try to emulate key 115 and the key you are trying to press. There are a few fixes, the rhodium keyboard controller, which allows you to remap the keyboard. You can also go to the registry and manually change every key to what you need. i have attached a .reg file that if your favorite Cook puts XDA_UC in their rom, all you have to do is attach the .reg file to your XDA_UC folder at the root of your SD card. If you are using my .reg file, you will need to put the morphgear .cab files in the XDA_UC folder as well and have them named earlier in the alphabet than the .reg file. (XDA_UC installs and runs each file depending on the name. numbers first, then alphabetically) I am going to attach my XDA_UC folder zipped, and it'll be there till it gets taken off. i have the SNES and GENESIS mapped out, but ill post instructions to manually configure using a Registry editor later on. Just my 2cents. *EDIT* My Key layout is as follows: Genesis: a=z b=x c=c start arrow keys (normal) Snes: a=z b=x x=a y=83 start= enter select= space
__________________
WM 6.5 may be being phased, but the heartbeat of the windows mobile community is like a heard of elk.
*edit* Actually the windows mobile community is more like a rabbit family than a heard of elk. all it takes is a slight bit of action and next thing you know theres a million of them. Last edited by newkidd; 04-29-2010 at 08:11 PM. |
This post has been thanked 1 times. |
|
||||
Re: Morphgear Autosetup
Manual Setup:
In order to manually setup your morphgear settings, you have to go into the application and bring up the settings for each module (snes/genesis/general settings) to auto populate each setting key, otherwise it makes things difficult. You must be exited from Morphgear completely before making changes, otherwise all changes you make will revert back to default when you exit. all registry changes were made using PHM Registry Editor. a cab file is included in the XDA_UC folder i have made on post 1. If you need and exact extract of the registry, i have added it here. you can download it and edit it through Notepad. this will give you the string/dword settings. all keypad values are HEXidecimal. Some custom Rom's make it difficult to change the options of Morphgear through the program itself, ( I have only gotten it to work on Sprint stock roms, even though I have flashed almost every CDMA custom rom PPCGEEKS has to offer) so the only way to make some of the setting changes is through the registry. If you are not very good with dealing with registry, there is an excellent tutorial HERE. The location you will find Morphgear's settings are here: My Key layout is as follows: Genesis: a=z b=x c=c start arrow keys (normal) Snes: a=z b=x x=a y=83 start= enter select= space HKEY_CURRENT_USER(referred as HKCU from now on) Software Morphgear Genesis SNES The Morphgear Software settings are under the Morphgear location Genesis settings are in Morphgear under Genesis Snes Settings likewise. My morphgear application settings are as follows: HKLM\software\Morphgear "AutoPause"=0 "BGColor"=0 "BGFileName"=\\Program Files\\Games\\MorphGear\\MorphGearLogo.bmp "CPUThrottle"=0 "CustomFileDlg"=1 "Debug"=dword:0 "DefaultExt"=1 "DisplayDriver"=3 "FullScreenRes"=1 "InputPolling"=1 (must be on to recieve keypad input) "InstallDir"=\\Program Files\\Games\\MorphGear "NoFullScreen"=1 (change to 0 to go fullscreen) "Orientation"=East (flips orientation of screen 90 degrees clockwise. Keypad must be open before running morphgear or glitching may occur.) "ROMPath"=\\Storage Card "SavedGameRoot"=\\My Documents\\Saved Game Files "ShouldLoad"=1 "Sound"=0 "ThreadPriority"=3 "VirtualPad"=0 "Volume"=50 My Genesis settings are as follows: HKLM\software\morphgear\genesis "DoubleWidth"=1 "EmulateSound"=0 "FrameSkip"=3 "FrameSync"=1 "jsA"=4 "jsB"=5 "jsC"=8 "jsDown"=1 "jsLeft"=2 "jsRight"=3 "jsSelect"=7 "jsStart"=6 "jsUp"=0 (all these in GREEN apply to virtual onscreen keypad which is a pain in the butt to use.) "Noise"=0 "PadSkin"="MorphGear Default" "ScreenSize"=150% "Sound"=0 "Sound16Bit"=0 "SoundRate"=44100 "Stereo"=0 "UseBlend"=0 "vkA"=90 "vkB"=88 "vkC"=67 "vkDown"=39 "vkLeft"=40 "vkRight"=38 "vkStart"=13 "vkUp"=37 My SNES settings are as follows: HKLM\software\morphgear\SNES "DoubleWidth"=1 "EmulateSound"=0 "FrameSkip"=3 "FrameSync"=1 "InterpolatedSound"=0 "jsA"=4 "jsB"=5 "jsDown"=1 "jsL"=10 "jsLeft"=2 "jsR"=11 "jsRight"3 "jsSelect"=7 "jsStart"=6 "jsUp"=0 "jsX"=8 "jsY"=9 "MaxRomSize"=8388608 "Noise"=0 "PadSkin"="MorphGear Default" "ScreenSize"="150%" "Sound"=0 "Sound16Bit"0 "SoundBuffers"=16 "SoundEcho"=0 "SoundRate"=44100 "SoundSync"=0 "SoundTiming"=5 "Stereo"=0 "UseBlend"=0 "vkA=90 "vkB"=88 "vkDown=39 "vkL"=81 "vkLeft"=40 "vkR"=87 "vkRight"=38 "vkSelect"=32 "vkStart"=13 "vkUp"=37 "vkX"=65 "vkY"=83 As a final, as i figure something else i forgot ill add it here. If you want to change your key layout, use the following a=65 b=66 c=67 ...... x=88 y=89 z=90 if you do not use the arrow keys I have given, the Dpad will be off. since the orientation needs to be set east, to make the keys work you have to rotate them clockwise one turn. I have already done the figuring out for you, so dont even worry! Last edited by newkidd; 04-29-2010 at 08:27 PM. Reason: Updating Information |
This post has been thanked 1 times. |
|
||||
Re: Morphgear Autosetup
WE dont crack apps,offer cracks for apps, or even talk about cracking apps here on PPCG.. this isnt that kind of site
__________________
Sprints new slogan should be " Whether its a Early Upgrade or charges for nothing, We'll be there"
|
|
Tags |
emulator, genesis, morphgear, snes |
|
|