Jump to content
(Open Beta) HyperSpin 2 is now available for everyone ×

ZXSpectrum hyperlaunch 1.05


Retromaniac

Recommended Posts

Posted

Hi!

I'm using the old hyperspin with hyperlaunch 1:05, I could run the espetaculator emulator using the following commands:


else if (SystemName = "ZX Spectrum" && executable = "Spectaculator.exe")
{
hideDesktop ()
Hotkey,% exitEmulatorKey% CloseProcess
RunWait,%% Executable / rom1 "romPath% %% %% ROM Device romExtension%" -auto -fullscreen,% EmuPath% Hide UseErrorLevel
exitapp

}


I wonder how do I when I run this emulator JoyToKey start with him and after I close the game, JoyToKey is also closed, is to do this? ... Can anyone help me?

Posted

I obtained a progress, can make JoyToKey opens so the emulator starts, but when I press the esc key JoyToKey is not closed with an emulator, can anyone help me?

 

;*************************************ZX Spectrum**************************************

else if (systemName = "ZX Spectrum" && executable = "Spectaculator.exe")
{
    hideDesktop()
    Hotkey, %exitEmulatorKey%, CloseProcess    
    Run, D:\ZX Spectrum\JoyToKey.exe
    Run, %Executable% "%romPath%%romName%%romExtension%" -auto -gen -fullscreen, %EmuPath%, Hide UseErrorLevel  
    Process, WaitClose, Spectaculator.exe    
    
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...