summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v60/v60.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/v60/v60.h')
-rw-r--r--src/emu/cpu/v60/v60.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/cpu/v60/v60.h b/src/emu/cpu/v60/v60.h
index 45ee2f623bb..77e3c9f611b 100644
--- a/src/emu/cpu/v60/v60.h
+++ b/src/emu/cpu/v60/v60.h
@@ -83,10 +83,12 @@ void v60_stall(const device_config *device);
#if HAS_V60
CPU_GET_INFO( v60 );
+#define CPU_V60 CPU_GET_INFO_NAME( v60 )
#endif /* HAS_V60 */
#if HAS_V70
CPU_GET_INFO( v70 );
+#define CPU_V70 CPU_GET_INFO_NAME( v70 )
#endif /* HAS_V70 */
#endif /* __V60_H__ */