'Zap PSID Header, converting to (RAW) C64 file without Load Address' Switch: Z
This switch instructs psidTool to strip the PSID header off a file, effectively converting it to a C64 program file; but a raw file, not containing load address (i.e. the first two bytes are not forming a little-endian word containing the memory address to which the program should be loaded on the C64).
You would normally want to use the -z switch instead, as it leaves the generally required load address information in the C64 file.
Note that psidTool will fail with an error, if there is no PSID header to zap.
Example: psidTool.EXE Alien.SID *.C64 -Z
This page was last modified at 15:03:45 CET on 1999-12-12 (AutoStamped)