32x: interpreter-wrap drc works (demos only). SVP drc refactoring.
authornotaz <notasas@gmail.com>
Tue, 13 Oct 2009 10:07:27 +0000 (10:07 +0000)
committernotaz <notasas@gmail.com>
Tue, 13 Oct 2009 10:07:27 +0000 (10:07 +0000)
commit679af8a3f466a2a4a20f58e4181a231fb73e9836
tree668fc4c48f021991aa7da50a7c4661a6ab9d7fef
parent98da48e4181441545c6a66e622f845ab33b34e5b
32x: interpreter-wrap drc works (demos only). SVP drc refactoring.

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@812 be3aeb3a-fb24-0410-a615-afba39da0efa
19 files changed:
cpu/drc/cmn.c
cpu/drc/cmn.h
cpu/drc/emit_x86.c [new file with mode: 0644]
cpu/sh2/compiler.c
cpu/sh2/compiler.h [new file with mode: 0644]
cpu/sh2/mame/sh2dasm.c [new file with mode: 0644]
cpu/sh2/mame/sh2dasm.h [new file with mode: 0644]
cpu/sh2/mame/sh2pico.c
cpu/sh2/sh2.c
cpu/sh2/sh2.h
cpu/sh2/stub_x86.asm [new file with mode: 0644]
pico/32x/32x.c
pico/carthw/svp/compiler.c
pico/carthw/svp/compiler.h
pico/carthw/svp/svp.c
pico/pico_int.h
platform/linux/Makefile
platform/linux/host_dasm.c [new file with mode: 0644]
platform/linux/host_dasm.h [new file with mode: 0644]