summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2/sh2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sh2/sh2.h')
-rw-r--r--src/emu/cpu/sh2/sh2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/cpu/sh2/sh2.h b/src/emu/cpu/sh2/sh2.h
index 7436b1b24ae..e7689bf06c8 100644
--- a/src/emu/cpu/sh2/sh2.h
+++ b/src/emu/cpu/sh2/sh2.h
@@ -92,8 +92,12 @@ struct _sh2_cpu_core
int (*dma_callback_kludge)(UINT32 src, UINT32 dst, UINT32 data, int size);
};
+extern CPU_GET_INFO( sh1 );
extern CPU_GET_INFO( sh2 );
+#define CPU_SH1 CPU_GET_INFO_NAME( sh1 )
+#define CPU_SH2 CPU_GET_INFO_NAME( sh2 )
+
WRITE32_HANDLER( sh2_internal_w );
READ32_HANDLER( sh2_internal_r );