-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FB: separated builds. CFD:finalization for release. Boot: bootdisk up…
…dated.
- Loading branch information
Showing
14 changed files
with
3,801 additions
and
16 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/bash | ||
|
||
# CF Driver builder | ||
# Requirements: | ||
# sjasmplus | ||
# bin2tap | ||
# dirtap | ||
|
||
ASM="sjasmplus" | ||
FILE="cf-driver-mb02" | ||
|
||
${ASM} --syntax=fm --lst=${FILE}.lst ${FILE}.a80 | ||
bin2tap -o ${FILE}.tap -a 32768 -b -c 32767 -r 32768 ${FILE}.bin | ||
dirtap ${FILE}.tap |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.