summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sharc/sharc.c
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2009-03-25 19:39:41 +0000
committer Wilbert Pol <wilbert@jdg.info>2009-03-25 19:39:41 +0000
commita35ef58b54fdead56bf3c21f898fce33d18687a1 (patch)
treeb32156cb8894bb779d4bb999db786e9b18d9b5fe /src/emu/cpu/sharc/sharc.c
parent2e94113cb6ca351a75f38573730dd44d477e86b6 (diff)
CPU cores are now enabled on a per cpu core family basis instead of per cpu core variant. As a result CPUDEFS is no longer needed in the makefile.
Diffstat (limited to 'src/emu/cpu/sharc/sharc.c')
-rw-r--r--src/emu/cpu/sharc/sharc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/cpu/sharc/sharc.c b/src/emu/cpu/sharc/sharc.c
index b53721a0c43..c441c656b19 100644
--- a/src/emu/cpu/sharc/sharc.c
+++ b/src/emu/cpu/sharc/sharc.c
@@ -958,7 +958,6 @@ static CPU_SET_INFO( sharc )
}
}
-#if (HAS_ADSP21062)
static CPU_SET_INFO( adsp21062 )
{
if (state >= CPUINFO_INT_INPUT_STATE && state <= CPUINFO_INT_INPUT_STATE + 2)
@@ -976,7 +975,6 @@ static CPU_SET_INFO( adsp21062 )
default: CPU_SET_INFO_CALL(sharc); break;
}
}
-#endif
static CPU_READ( sharc )
@@ -1327,7 +1325,6 @@ static CPU_GET_INFO( sharc )
}
}
-#if (HAS_ADSP21062)
CPU_GET_INFO( adsp21062 )
{
switch(state)
@@ -1341,4 +1338,3 @@ CPU_GET_INFO( adsp21062 )
default: CPU_GET_INFO_CALL(sharc); break;
}
}
-#endif