Add ProDOS to matrix

This commit is contained in:
Zellyn Hunter 2016-11-15 21:53:00 -05:00
parent 982a3e6432
commit 6d478f92e5
1 changed files with 5 additions and 4 deletions

View File

@ -33,10 +33,11 @@ and (b) to replace the "read and write disk images" code of the
Current disk operations supported:
| Feature | DOS 3.3 | NakedOS/Super-Mon |
| ------------- | ------------------ | ------------------ |
| ls | :white_check_mark: | :white_check_mark: |
| dump | :x: | :white_check_mark: |
| Feature | DOS 3.3 | ProDOS | NakedOS/Super-Mon |
| ---------------- | ------------------ | ------ | ------------------ |
| basic structures | :white_check_mark: | :x: | :white_check_mark: |
| ls | :white_check_mark: | :x: | :white_check_mark: |
| dump | :x: | :x: | :white_check_mark: |
### Installing/updating
Assuming you have Go installed, run `go get -u github.com/zellyn/diskii`