summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ccpu/ccpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/ccpu/ccpu.h')
-rw-r--r--src/emu/cpu/ccpu/ccpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/cpu/ccpu/ccpu.h b/src/emu/cpu/ccpu/ccpu.h
index fa277e75e87..595e9609477 100644
--- a/src/emu/cpu/ccpu/ccpu.h
+++ b/src/emu/cpu/ccpu/ccpu.h
@@ -57,6 +57,8 @@ struct _ccpu_config
***************************************************************************/
CPU_GET_INFO( ccpu );
+#define CPU_CCPU CPU_GET_INFO_NAME( ccpu )
+
void ccpu_wdt_timer_trigger(const device_config *device);
CPU_DISASSEMBLE( ccpu );