MSVC2019: Add port92 files to project
This commit is contained in:
@@ -174,6 +174,7 @@
|
|||||||
<ClCompile Include="..\..\..\devices\system\pci.c" />
|
<ClCompile Include="..\..\..\devices\system\pci.c" />
|
||||||
<ClCompile Include="..\..\..\devices\system\pic.c" />
|
<ClCompile Include="..\..\..\devices\system\pic.c" />
|
||||||
<ClCompile Include="..\..\..\devices\system\pit.c" />
|
<ClCompile Include="..\..\..\devices\system\pit.c" />
|
||||||
|
<ClCompile Include="..\..\..\devices\system\port92.c" />
|
||||||
<ClCompile Include="..\..\..\devices\system\ppi.c" />
|
<ClCompile Include="..\..\..\devices\system\ppi.c" />
|
||||||
<ClCompile Include="..\..\..\devices\floppy\fdc.c" />
|
<ClCompile Include="..\..\..\devices\floppy\fdc.c" />
|
||||||
<ClCompile Include="..\..\..\devices\floppy\fdd.c" />
|
<ClCompile Include="..\..\..\devices\floppy\fdd.c" />
|
||||||
@@ -515,6 +516,7 @@
|
|||||||
<ClInclude Include="..\..\..\devices\system\pci.h" />
|
<ClInclude Include="..\..\..\devices\system\pci.h" />
|
||||||
<ClInclude Include="..\..\..\devices\system\pic.h" />
|
<ClInclude Include="..\..\..\devices\system\pic.h" />
|
||||||
<ClInclude Include="..\..\..\devices\system\pit.h" />
|
<ClInclude Include="..\..\..\devices\system\pit.h" />
|
||||||
|
<ClInclude Include="..\..\..\devices\system\port92.h" />
|
||||||
<ClInclude Include="..\..\..\devices\system\ppi.h" />
|
<ClInclude Include="..\..\..\devices\system\ppi.h" />
|
||||||
<ClInclude Include="..\..\..\devices\video\vid_ati.h" />
|
<ClInclude Include="..\..\..\devices\video\vid_ati.h" />
|
||||||
<ClInclude Include="..\..\..\devices\video\vid_att20c49x_ramdac.h" />
|
<ClInclude Include="..\..\..\devices\video\vid_att20c49x_ramdac.h" />
|
||||||
|
|||||||
@@ -934,6 +934,9 @@
|
|||||||
<ClCompile Include="..\..\..\devices\video\vid_ht216.c">
|
<ClCompile Include="..\..\..\devices\video\vid_ht216.c">
|
||||||
<Filter>devices\video</Filter>
|
<Filter>devices\video</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\..\devices\system\port92.c">
|
||||||
|
<Filter>devices\system</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\config.h" />
|
<ClInclude Include="..\..\..\config.h" />
|
||||||
@@ -1701,6 +1704,9 @@
|
|||||||
<ClInclude Include="..\..\..\devices\system\clk.h">
|
<ClInclude Include="..\..\..\devices\system\clk.h">
|
||||||
<Filter>devices\system</Filter>
|
<Filter>devices\system</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\..\devices\system\port92.h">
|
||||||
|
<Filter>devices\system</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Filter Include="cpu">
|
<Filter Include="cpu">
|
||||||
|
|||||||
Reference in New Issue
Block a user