| |
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
Summary Submitted by ChristopherJam on 6 December 2016
bakeDisk64.py v1.0 by Christopher Jam 2013-2016
Generates c64 disk images from .prg files and raw blocks
Requires Numpy, tested with Python 2.7.10 and 3.5.2
Usage:
./bakeDisk64.py -o filename.d64 -n diskname [-l interleave] [-i ID] [ sourcefile.prg[,[c64filename][,tk,se|,,][,interleave] ] ]* [-wb block.bin,tk,se]*
For each source file, you can optionally specify as many as you like of
- c64 filename
- starting track,sector (specify either both or neither)
- desired block interleave
You can also specify a default interleave for files that don't have one specified, otherwise the default will be 5
d64 name and diskname are required.
block.bin files should be at most 256 bytes long (they'll be zero padded if under)
Blocks written will be marked as allocated in the BAM
eg:
./bakeDisk64.py -o testdisk.d64 -n my\ disk -l 5 boot.prg,,17,0 part1.prg,1part,4 -wb loader.bin,17,1
boot.prg will be written as "boot", starting at 17,0, with interleave of 5
loader.bin will be placed in 17,1
part1.prg will be written as "1part", starting at first available block, with interleave of 4 |
|
|
|
| Search CSDb |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
· Goofs · Hidden Parts · Trivia (1)
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|