https://github.com/markyturtle/ttediskbuilder-netcore
Utility for the creation of .ADF disk images
https://github.com/markyturtle/ttediskbuilder-netcore
Last synced: about 1 year ago
JSON representation
Utility for the creation of .ADF disk images
- Host: GitHub
- URL: https://github.com/markyturtle/ttediskbuilder-netcore
- Owner: MarkyTurtle
- Created: 2025-06-05T15:07:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T16:15:33.000Z (about 1 year ago)
- Last Synced: 2025-06-05T16:27:20.376Z (about 1 year ago)
- Language: C#
- Size: 443 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TTEDiskBuilder-netcore
Utility for the creation of .ADF disk images based on the code created by h0ffman at the following repo
- [https://github.com/djh0ffman/TTEDiskBuilder](https://github.com/djh0ffman/TTEDiskBuilder)
I needed a version that I could run under VSCode, so that meant converting it to use .NET Core.
I've removed the data compression functionality for the time being and made the utility functional for my needs.