From 04ae2d8bc7371cdff5c655101738e5d8dc221b5c Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 11 Dec 2008 10:21:52 +0000 Subject: Removed get context/set context calls from the CPU interface entirely. Pointer-ified the TMS99xx core (missed that one!) --- src/emu/cpu/sharc/sharc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/emu/cpu/sharc/sharc.c') diff --git a/src/emu/cpu/sharc/sharc.c b/src/emu/cpu/sharc/sharc.c index 34360412a61..92f45e7ed5a 100644 --- a/src/emu/cpu/sharc/sharc.c +++ b/src/emu/cpu/sharc/sharc.c @@ -1197,8 +1197,6 @@ static CPU_GET_INFO( sharc ) case CPUINFO_INT_REGISTER + SHARC_B15: info->i = cpustate->dag2.b[7]; break; /* --- the following bits of info are returned as pointers to data or functions --- */ - case CPUINFO_PTR_GET_CONTEXT: info->getcontext = CPU_GET_CONTEXT_NAME(dummy); break; - case CPUINFO_PTR_SET_CONTEXT: info->setcontext = CPU_SET_CONTEXT_NAME(dummy); break; case CPUINFO_PTR_INIT: info->init = CPU_INIT_NAME(sharc); break; case CPUINFO_PTR_RESET: info->reset = CPU_RESET_NAME(sharc); break; case CPUINFO_PTR_EXIT: info->exit = CPU_EXIT_NAME(sharc); break; -- cgit v1.2.3-70-g09d2