You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System: Windows 11 version 24H2
TRSE version: 0.17.417
It appears that the configuration of a C64 emulator other than VICE is not feasible due to the presence of additional arguments transmitted to the emulator. These arguments are -moncommands <*.sym>
Therefore, I am seeking to use Hoxs64, which incorporates the -autoload parameter to facilitate the consumption of any supported file via CMD. In order to use that emulator with TRSE, a workaround was required to parse the third argument only. This was achieved by creating a .bat file, as demonstrated below.
start %~dp0hoxs64.exe -autoload %3
It would be beneficial to prevent the first and the second arguments from being passed to the emulator executable if the Auto inject program (for VICE only) feature is disabled.
The text was updated successfully, but these errors were encountered:
System: Windows 11 version 24H2
TRSE version: 0.17.417
It appears that the configuration of a C64 emulator other than VICE is not feasible due to the presence of additional arguments transmitted to the emulator. These arguments are
-moncommands <*.sym>
Therefore, I am seeking to use
Hoxs64
, which incorporates the-autoload
parameter to facilitate the consumption of any supported file via CMD. In order to use that emulator with TRSE, a workaround was required to parse the third argument only. This was achieved by creating a.bat
file, as demonstrated below.start %~dp0hoxs64.exe -autoload %3
It would be beneficial to prevent the first and the second arguments from being passed to the emulator executable if the
Auto inject program (for VICE only)
feature is disabled.The text was updated successfully, but these errors were encountered: