summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/alph8201/alph8201.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/alph8201/alph8201.h')
-rw-r--r--src/emu/cpu/alph8201/alph8201.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/cpu/alph8201/alph8201.h b/src/emu/cpu/alph8201/alph8201.h
index 874b300ec0d..4cccfbf0db4 100644
--- a/src/emu/cpu/alph8201/alph8201.h
+++ b/src/emu/cpu/alph8201/alph8201.h
@@ -44,6 +44,9 @@ enum
extern CPU_GET_INFO( alpha8201 );
extern CPU_GET_INFO( alpha8301 );
+#define CPU_ALPHA8201 CPU_GET_INFO_NAME( alpha8201 )
+#define CPU_ALPHA8301 CPU_GET_INFO_NAME( alpha8301 )
+
CPU_DISASSEMBLE( alpha8201 );
#endif /* __ALPH8201_H__ */