Skip to content

Commit

Permalink
feat(adf): Options to create an adf file
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Dec 31, 2018
1 parent 29a6558 commit 3c6fc89
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fs-uae/hd0/s/Startup-Sequence
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hd0:gencop
gencop
7 changes: 7 additions & 0 deletions vscode-amiga-wks-example-debian_x64.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"-bamigahunk",
"-Bstatic"
]
},
"amiga-assembly.adfgenerator": {
"ADFToolsParentDir": "bin/debian9_x64",
"sourceRootDir": "fs-uae/hd0",
"outputADFFile": "./build/disk.adf",
"includes": "**/*",
"excludes": "**/.*"
}
}
}
7 changes: 7 additions & 0 deletions vscode-amiga-wks-example-osx.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"-bamigahunk",
"-Bstatic"
]
},
"amiga-assembly.adfgenerator": {
"ADFToolsParentDir": "bin/osx",
"sourceRootDir": "fs-uae/hd0",
"outputADFFile": "./build/disk.adf",
"includes": "**/*",
"excludes": "**/.*"
}
}
}
7 changes: 7 additions & 0 deletions vscode-amiga-wks-example-windows_x64.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"-bamigahunk",
"-Bstatic"
]
},
"amiga-assembly.adfgenerator": {
"ADFToolsParentDir": "bin\\windows_x64",
"sourceRootDir": "fs-uae\\hd0",
"outputADFFile": ".\\build\\disk.adf",
"includes": "**/*",
"excludes": "**/.*"
}
}
}

0 comments on commit 3c6fc89

Please sign in to comment.