A cross-platform command line tool and Go library to manipulate ProDOS hard drive images used by vintage Apple II computers and emulators.
Go to file
2021-06-05 23:22:30 -04:00
prodos Initial commit with directory read 2021-06-05 23:22:30 -04:00
.gitignore Initial commit 2021-06-04 13:05:32 -04:00
go.mod Initial commit with directory read 2021-06-05 23:22:30 -04:00
LICENSE Initial commit 2021-06-04 13:05:32 -04:00
main.go Initial commit with directory read 2021-06-05 23:22:30 -04:00
README.md Initial commit with directory read 2021-06-05 23:22:30 -04:00

ProDOS-Utilities

This project is just starting. It will eventually be a library in Golang to read and write files on a ProDOS hard drive image plus a command line interface. So far it is an experiment.