Skip to content

Rustlang library to read and manipulate C64 disk images.

License

Notifications You must be signed in to change notification settings

jeroenbakker-atmind/d64-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d64-rs

Rust crate to read and manipulate C64 disk images.

Motivation is to create disk images from modern machines without using special programs. Although development target Commodore 1541, it can be extended to support other layouts as well.

Still in early development.

  • Reading d64 file.
  • Writing d64 file.
  • Rename disk name.
  • Format disk.
  • List entries.
  • Read file.
  • Create file.
  • Delete file.
  • Write file.
  • Disk IDs. (01-2A signature)

Note after some development I came across https://docs.rs/cbm/0.1.0/cbm/ which has all the features that I required. This project is only for my own research. I would advice to use cbm and focus development to a single crate.

About

Rustlang library to read and manipulate C64 disk images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages