Skip to content

Commit

Permalink
[#65] Support for Greaseweazle boards (Part 3: Added Greaseweazle dir…
Browse files Browse the repository at this point in the history
…ect read support)
  • Loading branch information
tomas-nestorovic committed Oct 3, 2022
1 parent 35d9ad9 commit 14a1ef4
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Main/Main.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
<ClInclude Include="src\editor.h" />
<ClInclude Include="src\FDD.h" />
<ClInclude Include="src\GDOS.h" />
<ClInclude Include="src\Greaseweazle.h" />
<ClInclude Include="src\HexaEditor.h" />
<ClInclude Include="src\IPF.h" />
<ClInclude Include="src\KryoFluxBase.h" />
Expand Down Expand Up @@ -280,6 +281,7 @@
<ClCompile Include="src\GDOS.cpp" />
<ClCompile Include="src\GDOS_Boot.cpp" />
<ClCompile Include="src\GDOS_FileManager.cpp" />
<ClCompile Include="src\Greaseweazle.cpp" />
<ClCompile Include="src\HexaEditor.cpp" />
<ClCompile Include="src\Image_SectorDataSerializer.cpp" />
<ClCompile Include="src\Image_TrackEditor.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions Main/Main.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@
<ClInclude Include="src\SuperCardProBase.h">
<Filter>Header Files\Image</Filter>
</ClInclude>
<ClInclude Include="src\Greaseweazle.h">
<Filter>Header Files\Image</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\editor.cpp">
Expand Down Expand Up @@ -479,6 +482,9 @@
<ClCompile Include="src\SuperCardProBase.cpp">
<Filter>Source Files\Image</Filter>
</ClCompile>
<ClCompile Include="src\Greaseweazle.cpp">
<Filter>Source Files\Image</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc">
Expand Down
Loading

0 comments on commit 14a1ef4

Please sign in to comment.