1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-26 04:02:39 +00:00

AltairZ80: M68K: Move Musashi to m68k directory.

The M68K CPU is from https://github.com/kstenerud/Musashi.  Move into
its own directory to facilitate easier synchronization with upstream
Musashi.
This commit is contained in:
Howard M. Harte
2022-10-08 00:24:49 -07:00
parent 7b494542ef
commit 9fa55d0013
18 changed files with 14 additions and 14 deletions

View File

@@ -252,31 +252,31 @@
>
</File>
<File
RelativePath="..\AltairZ80\m68kasm.c"
RelativePath="..\AltairZ80\m68k\m68kasm.c"
>
</File>
<File
RelativePath="..\AltairZ80\m68kcpu.c"
RelativePath="..\AltairZ80\m68k\m68kcpu.c"
>
</File>
<File
RelativePath="..\AltairZ80\m68kdasm.c"
RelativePath="..\AltairZ80\m68k\m68kdasm.c"
>
</File>
<File
RelativePath="..\AltairZ80\m68kopac.c"
RelativePath="..\AltairZ80\m68k\m68kopac.c"
>
</File>
<File
RelativePath="..\AltairZ80\m68kopdm.c"
RelativePath="..\AltairZ80\m68k\m68kopdm.c"
>
</File>
<File
RelativePath="..\AltairZ80\m68kopnz.c"
RelativePath="..\AltairZ80\m68k\m68kopnz.c"
>
</File>
<File
RelativePath="..\AltairZ80\m68kops.c"
RelativePath="..\AltairZ80\m68k\m68kops.c"
>
</File>
<File