BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
312 stars 39 forks source link

exe2adf support. #122

Closed davidcanadas closed 2 years ago

davidcanadas commented 2 years ago

This PR introduces support to create ADF files after EXE files.

Resources: exe2adf official website

exe2adf is Copyright (C) 2015-2022 Bonefish/Reality.

davidcanadas commented 2 years ago

Agree about generalizing the function. Will check conflicts using the current head. Will be back! Tx!

davidcanadas commented 2 years ago

Merged HEAD to be up-to-date with the latest changes. Isolated the common part between shrinkler() and exe2adf() in a new function.