summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6809/m6809.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6809/m6809.h')
-rw-r--r--src/emu/cpu/m6809/m6809.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/cpu/m6809/m6809.h b/src/emu/cpu/m6809/m6809.h
index 410ae4475a2..caf5a9a244c 100644
--- a/src/emu/cpu/m6809/m6809.h
+++ b/src/emu/cpu/m6809/m6809.h
@@ -17,9 +17,11 @@ enum
#define M6809_FIRQ_LINE 1 /* FIRQ line number */
CPU_GET_INFO( m6809 );
+#define CPU_M6809 CPU_GET_INFO_NAME( m6809 )
/* M6809e has LIC line to indicate opcode/data fetch */
CPU_GET_INFO( m6809e );
+#define CPU_M6809E CPU_GET_INFO_NAME( m6809e )
CPU_DISASSEMBLE( m6809 );