32x: split sh2 code, compiler stub
authornotaz <notasas@gmail.com>
Thu, 8 Oct 2009 19:47:31 +0000 (19:47 +0000)
committernotaz <notasas@gmail.com>
Thu, 8 Oct 2009 19:47:31 +0000 (19:47 +0000)
commit41397701210c08b9d25ca66cbe372c7ed86d6927
treeac66fb867e8adb04ddb26cd5a9f4a468c0192a61
parent1d29444dfc5c59987ea7bab80b8c9f03e5f2d571
32x: split sh2 code, compiler stub

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@810 be3aeb3a-fb24-0410-a615-afba39da0efa
16 files changed:
cpu/drc/cmn.c [new file with mode: 0644]
cpu/drc/cmn.h [new file with mode: 0644]
cpu/drc/cmn_arm.S [new file with mode: 0644]
cpu/sh2/compiler.c [new file with mode: 0644]
cpu/sh2/mame/sh2.c [moved from cpu/sh2mame/sh2.c with 95% similarity]
cpu/sh2/mame/sh2pico.c [moved from cpu/sh2mame/sh2pico.c with 53% similarity]
cpu/sh2/sh2.c [new file with mode: 0644]
cpu/sh2/sh2.h [new file with mode: 0644]
cpu/sh2mame/sh2.h [deleted file]
pico/carthw/svp/compiler.c
pico/carthw/svp/compiler.h
pico/carthw/svp/stub_arm.S
pico/carthw/svp/svp.c
pico/pico_int.h
platform/gp2x/Makefile
platform/linux/Makefile