Jump to content

Updating sequence of command line parameters in HyperHQ?


teevan

Recommended Posts

Posted

Is there a way to re-arrange the order of command-line parameters in HyperHQ, so that the parameters are entered before the Rom name, rather than after?

 

As a default, the parameters are entered after the emulator and ROM name, but I need to be able to have the parameters after the application, but before the rom name.

 

I am trying to run MAME, but running NES roms (just to keep things simple by using MAME for everything I can).  So in order to run it from the command line I have to use the nes and -cart parameters, I can enter the following and it works:

 

          "c:\path\mame.exe nes -video ddraw -cart c:\path\romname.nes"

 

But when I use HyperHQ, the only way that it runs is using the following:

 

          "c:\<path>\mame.exe c:\<path>\romname.nes nes -video ddraw -cart"

 

This won't run, and I am sure there has to be another way to do this?  What am I missing?  I tried creating a batch file that would run with the parameters, but I can't use that as the emulator unless I do it as a windows application, which means I can't then have it put the rom name in there

Posted

I have added the command line parameters to hyperhq, but it can only add the parameters after the executable and rom mapping.  So it won't actually run the application because it needs the parameters before the rom name, not after.  So it runs it as EXE & ROMNAME & PARAMETERS

 

Is there some way in hyperhq to change the order to be EXE & PARAMETERS & ROMNAME?

Archived

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

×
×
  • Create New...