akiles500
08-13-2009, 06:09 AM
I have the configuration of emulator Nec PC98 for edit in hyperlaunch.ahk but when I edit give error in the Hyperlaunch.ahk.This is the configuration for edit in hyperlaunch.ahk:
;*************************************PC98******** ******************** **********
else if (systemName = "PC98" && executable = "anex86.exe")
{
if (romname = "01" || "02" || "03" || "04" || "05")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, "%EmuPath%%Executable%",,Hide UseErrorLevel
sleep,100
SendInput, {tab 11}
sleep,100
clipboard=
clipboard=%romPath%%romName%%romExtension%
ClipWait
Sleep,100
Send,^v
Sleep,100
send, {tab 8}
send, {enter}
Process, WaitClose, anex86.exe
}
else
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
executable=
executable=%romName%
Run, %romPath%%romName%%romExtension%,,Hide UseErrorLevel
}
With this configuration works good in hyperspin but I canīt edit because crash the Hyperlaunch.ahk
;*************************************PC98******** ******************** **********
else if (systemName = "PC98" && executable = "anex86.exe")
{
if (romname = "01" || "02" || "03" || "04" || "05")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, "%EmuPath%%Executable%",,Hide UseErrorLevel
sleep,100
SendInput, {tab 11}
sleep,100
clipboard=
clipboard=%romPath%%romName%%romExtension%
ClipWait
Sleep,100
Send,^v
Sleep,100
send, {tab 8}
send, {enter}
Process, WaitClose, anex86.exe
}
else
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
executable=
executable=%romName%
Run, %romPath%%romName%%romExtension%,,Hide UseErrorLevel
}
With this configuration works good in hyperspin but I canīt edit because crash the Hyperlaunch.ahk