summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm7/arm7core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/arm7/arm7core.c')
-rw-r--r--src/emu/cpu/arm7/arm7core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/arm7/arm7core.c b/src/emu/cpu/arm7/arm7core.c
index 089f1705bc1..4a25be4debf 100644
--- a/src/emu/cpu/arm7/arm7core.c
+++ b/src/emu/cpu/arm7/arm7core.c
@@ -507,7 +507,7 @@ static int storeDec(arm_state *cpustate, UINT32 pat, UINT32 rbv)
***************************************************************************/
// CPU INIT
-static void arm7_core_init(const char *cpuname, const device_config *device)
+static void arm7_core_init(const device_config *device, const char *cpuname)
{
arm_state *cpustate = get_safe_token(device);