Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.apple2.programmer > #6350
| From | Colin Leroy-Mira <colin@colino.net> |
|---|---|
| Newsgroups | comp.sys.apple2.programmer |
| Subject | Re: Best method for making disk images for new programs? |
| Date | 2026-08-04 08:44 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <20260804084405.58243151@colino.net> (permalink) |
| References | <114rhl4$1q2nl$1@dont-email.me> |
Hi, >Hi all, I've been making some programs with CC65 and CL65. >Is there a preferred method for making disk images of >them? I know I can probably do it with a combo of Ciderpress >and Apple Commander, but I wonder if that is the best way >to do it. I've seen some works that have multiple size >disk images and I imagine there must be some automation >there. ProDOS only, and my setup is a //e with CFFA3000. I make my floppy images with AppleCommander and my HD images with CiderPress. Automation via Makefiles (copy a blank disk to the target disk, and add the files on the disk). Both work well. Example: https://github.com/colinleroy/a2tools/blob/e57e036e66f424579fa859feb13d4b1ca8f1f0c6/src/image-viewer/Makefile#L78 -- Colin https://www.colino.net/
Back to comp.sys.apple2.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Best method for making disk images for new programs? mpower <mpower-codeworks@gmail.com> - 2026-08-04 02:09 +0000
Re: Best method for making disk images for new programs? Colin Leroy-Mira <colin@colino.net> - 2026-08-04 08:44 +0200
Re: Best method for making disk images for new programs? mpower <mpower-codeworks@gmail.com> - 2026-08-05 02:28 +0000
Re: Best method for making disk images for new programs? ECNeilson <eric@neilsonhart.com> - 2026-08-08 20:32 -0500
Re: Best method for making disk images for new programs? mpower <mpower-codeworks@gmail.com> - 2026-08-09 19:50 +0000
csiph-web