Skip to content

Instantly share code, notes, and snippets.

@nodepond
Last active January 8, 2022 23:10
Show Gist options
  • Select an option

  • Save nodepond/a92a6ebdbb234bf4e5eeb8642bac7aca to your computer and use it in GitHub Desktop.

Select an option

Save nodepond/a92a6ebdbb234bf4e5eeb8642bac7aca to your computer and use it in GitHub Desktop.
How to copy files to (.prg / .seq) disk (.D64) on mac os-x with vice / c1541-tool
To to copy files (.prg / .seq) to a disk on OS-X / Linux.
## Write files to existing disk
Open the tool c1541 from VICE (located in VICEFOLDER/bin/).
Manual:
http://www.cs.cmu.edu/~dsladic/vice/doc/html/vice_10.html
Attach to an existing disk...
in the c1541-cli: (return)
`attach /Users/MYUSER/Documents/MYUSER/SceneWorld/dev-tools/tooldisk\ rev_59/tools58.d64`
```
write /Users/MYUSER/Documents/MYUSER/SceneWorld/dev-tools/tooldisk\ rev_59/webmail.prg @8:
list
```
## Extract files
`extract`
extract content of disk to harddisk, located at `pwd` of the c1541-tool
On os-x this unfortunately is inside the package-content of the VICE.app, i.e.
`/Users/MYUSER/Documents/Emulator/C64/vice-gtk3-3.5/VICE.app/Contents/Resources/bin`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment