Add a very untested ProDOS filesystem module.

This commit is contained in:
David Given
2022-09-11 13:19:15 +02:00
parent 92a76a6d39
commit ea1ab029f3
7 changed files with 327 additions and 4 deletions

View File

@@ -56,6 +56,8 @@ message CbmfsProto
];
}
message ProdosProto {}
message FilesystemProto
{
oneof filesystem
@@ -67,5 +69,6 @@ message FilesystemProto
AmigaFfsProto amigaffs = 5;
MacHfsProto machfs = 6;
CbmfsProto cbmfs = 7;
ProdosProto prodos = 8;
}
}