mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
and 2 more (nw)
This commit is contained in:
parent
ab2555b4d0
commit
749b1fa9e7
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
1205
src/emu/cpu/arm7/arm7thmb.c
Normal file
File diff suppressed because it is too large
Load Diff
20
src/emu/cpu/arm7/arm7thmb.h
Normal file
20
src/emu/cpu/arm7/arm7thmb.h
Normal 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);
|
||||
|
Loading…
Reference in New Issue
Block a user