Search the Community
Showing results for tags 'xm6g'.
Found 1 result
-
This started with me wanting to launch the Sharp X68000 emu (xm6g) in fullscreen. Now, in the options menu there are no box to check and so on, so i needed to make a script and convert it to a new .exe with some commands baked into it. I know there are many ways to achieve this but i decided to go with the free to use tool called Autoit. After installation run SciTE script editor Create your script, mine looks like this: 1. run("C:\Emulators\sharpx68000\xm6g.exe") - path to the original *.EXE 2. Sleep (900) - Give some time for the emu to start 3. Send("{ALTDOWN}") - Press and hold ALT 4. Send("{ENTER}") - Press ENTER 5. Send("{ALTUP}") - Release ALT Save the script Now Run Compile script to exe... 1. Add your script 2. Choose destination for your new exe 3. You can add icons. i usually use 7-zip to open the original emulator.exe and extract the icon. I have only used 32x32 sized .ico files... Click "Convert" DONE! In Launchbox just replace the emulator.exe with your new one
- 2 replies
-
- fullscreen
- launch
-
(and 3 more)
Tagged with: