diff options
| author | ShizZy <shizzy@6bit.net> | 2013-09-18 23:52:51 -0400 |
|---|---|---|
| committer | ShizZy <shizzy@6bit.net> | 2013-09-18 23:52:51 -0400 |
| commit | 030c836793c72f3a3c4b6847d04b1a59d5c07be8 (patch) | |
| tree | 762597280e86e874399273602959c772b55eda65 /src/core/core.vcxproj | |
| parent | f24f4ff9788ea795a66903bfeb0517bc3e99aace (diff) | |
added hw R/W/ memory functions
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj index 147cfc66d..081f4a489 100644 --- a/src/core/core.vcxproj +++ b/src/core/core.vcxproj @@ -138,6 +138,7 @@ <ClCompile Include="src\arm\disassembler\arm_disasm.cpp" /> <ClCompile Include="src\core.cpp" /> <ClCompile Include="src\mem_map.cpp" /> + <ClCompile Include="src\mem_map_funcs.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="src\arm\armcpu.h" /> |
