So I have the following problem: I'm helping a friend to develop a little homebrew PSX game and to achieve that we need to use a fairly old toolset.
Since it's a modified but very old version of gcc, we use a standard Makefile but with windows batch commands instead of shell.
Everything works fine, but some applications aren't even windows-compatible and need to be run through the dosbox integration.
They also run fine but since they are just tools I would like to be able to run them as fast as possible.
Is there a way to set up those calls to be always run with "set cycles=max"? I've spent a really long time searching through the web for this answer and I couldn't find it.
It would also be very nice if I could set this up in a way that would not affect other dosbox applications, but I'm also fine if it isn't possible to do that.