and 2 more (nw)

This commit is contained in:
R. Belmont 2012-01-11 03:49:08 +00:00
parent ab2555b4d0
commit 749b1fa9e7
3 changed files with 1227 additions and 0 deletions

2
.gitattributes vendored
View File

@ -69,6 +69,8 @@ src/emu/cpu/arm7/arm7core.h svneol=native#text/plain
src/emu/cpu/arm7/arm7dasm.c svneol=native#text/plain
src/emu/cpu/arm7/arm7exec.c svneol=native#text/plain
src/emu/cpu/arm7/arm7help.h svneol=native#text/plain
src/emu/cpu/arm7/arm7thmb.c svneol=native#text/plain
src/emu/cpu/arm7/arm7thmb.h svneol=native#text/plain
src/emu/cpu/asap/asap.c svneol=native#text/plain
src/emu/cpu/asap/asap.h svneol=native#text/plain
src/emu/cpu/asap/asapdasm.c svneol=native#text/plain

1205
src/emu/cpu/arm7/arm7thmb.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
const void thumbblock00(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock01(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock02(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock03(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock04(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock05(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock06(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock07(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock08(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock09(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock0a(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock0b(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock0c(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock0d(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock0e(arm_state *cpustate, UINT32 pc, UINT32 insn);
const void thumbblock0f(arm_state *cpustate, UINT32 pc, UINT32 insn);