Skip to content

macOS/FS-UAE config? #234

Closed Answered by DidierMalenfant
DidierMalenfant asked this question in Q&A
Discussion options

You must be logged in to vote

So it turns out the way to do this is to pass arguments via emuargs in the launch.json file located inside the project's .vscode folder. Like this:

        {
            "type": "amiga",
            "request": "launch",
            "preLaunchTask": "compile",
            "name": "Amiga 500",
            "config": "A500",
            "program": "${workspaceFolder}/${config:amiga.program}",
            "kickstart": "${config:amiga.rom-paths.A500}",
            "internalConsoleOptions": "openOnSessionStart",
            "emuargs": [
                "--floppy_drive_0_sounds=off",
                "--fast_memory=16384"
            ]
        },

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@DidierMalenfant
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by DidierMalenfant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants