summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/lh5801/lh5801.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/lh5801/lh5801.h')
-rw-r--r--src/emu/cpu/lh5801/lh5801.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/lh5801/lh5801.h b/src/emu/cpu/lh5801/lh5801.h
index ead8230c465..1460322a83e 100644
--- a/src/emu/cpu/lh5801/lh5801.h
+++ b/src/emu/cpu/lh5801/lh5801.h
@@ -78,6 +78,7 @@ struct _lh5801_cpu_core
#define LH5801_IRQ 1
CPU_GET_INFO( lh5801 );
+#define CPU_LH5801 CPU_GET_INFO_NAME( lh5801 )
extern CPU_DISASSEMBLE( lh5801 );
#endif /* __LH5801_H__ */