Skeleton for reading Opera filesystem.

This commit is contained in:
2019-08-01 16:21:10 +01:00
parent 1890d6ac28
commit ba754e01a5
9 changed files with 177 additions and 77 deletions

View File

@@ -79,6 +79,13 @@
<Compile Include="ISO9660\PathTable.cs" />
<Compile Include="ISO9660\Super.cs" />
<Compile Include="ISO9660\Xattr.cs" />
<Compile Include="Opera\Consts.cs" />
<Compile Include="Opera\Dir.cs" />
<Compile Include="Opera\File.cs" />
<Compile Include="Opera\Info.cs" />
<Compile Include="Opera\Opera.cs" />
<Compile Include="Opera\Structs.cs" />
<Compile Include="Opera\Super.cs" />
<Compile Include="PCFX.cs" />
<Compile Include="AmigaDOS.cs" />
<Compile Include="AppleHFS.cs" />
@@ -91,7 +98,6 @@
<Compile Include="MinixFS.cs" />
<Compile Include="NTFS.cs" />
<Compile Include="ODS.cs" />
<Compile Include="Opera.cs" />
<Compile Include="PCEngine.cs" />
<Compile Include="ProDOS.cs" />
<Compile Include="ReFS.cs" />