Added peripherals.c and peripherals.h to sim65.vcxproj

This commit is contained in:
Sidney Cadot
2024-12-24 11:23:05 +01:00
parent e149d1dcf6
commit d512954fe9

View File

@@ -86,6 +86,7 @@
<ClInclude Include="sim65\error.h" />
<ClInclude Include="sim65\memory.h" />
<ClInclude Include="sim65\paravirt.h" />
<ClInclude Include="sim65\peripherals.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="sim65\6502.c" />
@@ -93,8 +94,9 @@
<ClCompile Include="sim65\main.c" />
<ClCompile Include="sim65\memory.c" />
<ClCompile Include="sim65\paravirt.c" />
<ClInclude Include="sim65\peripherals.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>