mount_disk_file
Mount disk images from your filesystem to Commodore 64 drives for loading and running programs. Specify drive identifier and image path to access stored data.
Instructions
Mount a disk image from filesystem
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive | Yes | Drive identifier (e.g., 'a', 'b') | |
| image | Yes | Path to disk image on device | |
| type | No | Disk type (optional) | |
| mode | No | Mount mode (optional) |