mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 10:49:02 +02:00
added thumb mode emulation
This commit is contained in:
parent
c9b5b89e21
commit
7bf24c066b
6 changed files with 522 additions and 4 deletions
|
|
@ -145,6 +145,7 @@
|
|||
<ClCompile Include="src\arm\armvirt.cpp" />
|
||||
<ClCompile Include="src\arm\disassembler\arm_disasm.cpp" />
|
||||
<ClCompile Include="src\arm\mmu\arm1176jzf_s_mmu.cpp" />
|
||||
<ClCompile Include="src\arm\thumbemu.cpp" />
|
||||
<ClCompile Include="src\core.cpp" />
|
||||
<ClCompile Include="src\core_timing.cpp" />
|
||||
<ClCompile Include="src\elf\elf_reader.cpp" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue