Skip to content

Add FS-UAE support for Windows#298

Open
benbaker76 wants to merge 9 commits intoBartmanAbyss:masterfrom
benbaker76:master
Open

Add FS-UAE support for Windows#298
benbaker76 wants to merge 9 commits intoBartmanAbyss:masterfrom
benbaker76:master

Conversation

@benbaker76
Copy link

@benbaker76 benbaker76 commented Feb 25, 2026

Add FS-UAE support for Windows and add 4 properties to launch.json noExtension, emulatorType (enum: fs-uae/winuae), stopOnEntry and noDebug.

…xt, emulatorType (enum: fs-uae/winuae), stopOnEntry.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please strip the exe (and maybe all the DLLs)? it's way too big

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bin folder is already big (446 MB) and fs-uae will add another 109 MB.

How would you prefer to distribute it? Perhaps the entire bin folder should be a separate repo and be included as a submodule?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just strip the debug symbols from the exe/dll and it should be fine.

Also please don‘t set fsuae as default. This would affect all users and can be unexpected.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay stripped debug symbols and fs-uae folder is down from 109 to 35 MB!

Changed default emulator to be WinUAE for Windows and FS-UAE for linux/darwin as in previous release.

Copy link
Owner

@BartmanAbyss BartmanAbyss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are the changes in elf2hunk?

@benbaker76
Copy link
Author

what are the changes in elf2hunk?

No changes just the latest version from your repo as I needed the R_68K_PC32 relocation fixes.

@BartmanAbyss
Copy link
Owner

Ah, didn't I include the latest version?

@benbaker76
Copy link
Author

Ah, didn't I include the latest version?

No, if you do a search in the elf2hunk binary for "R_68K_PC32 relocation referring to another section unsupported" you won't find it.

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

Successfully merging this pull request may close these issues.

2 participants