trying to fix #974

This commit is contained in:
thrust26 2023-06-11 19:44:41 +02:00
parent 8d0782ee6d
commit df3d3141f0
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ SOURCES_CXX := \
$(CORE_DIR)/emucore/CartFA.cxx \
$(CORE_DIR)/emucore/CartFC.cxx \
$(CORE_DIR)/emucore/CartFE.cxx \
$(CORE_DIR)/emucore/CartGL.cxx \
$(CORE_DIR)/emucore/CartMDM.cxx \
$(CORE_DIR)/emucore/CartMVC.cxx \
$(CORE_DIR)/emucore/CartSB.cxx \

View File

@ -243,6 +243,7 @@
<ClCompile Include="..\..\emucore\CartF8SC.cxx" />
<ClCompile Include="..\..\emucore\CartFA.cxx" />
<ClCompile Include="..\..\emucore\CartFE.cxx" />
<ClCompile Include="..\..\emucore\CartGL.cxx" />
<ClCompile Include="..\..\emucore\CartSB.cxx" />
<ClCompile Include="..\..\emucore\CartUA.cxx" />
<ClCompile Include="..\..\emucore\CartX07.cxx" />