Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C64 emulator other than VICE - BUG #866

Open
MRH-2021 opened this issue Dec 12, 2024 · 0 comments
Open

C64 emulator other than VICE - BUG #866

MRH-2021 opened this issue Dec 12, 2024 · 0 comments

Comments

@MRH-2021
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant