summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816/g65816.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/g65816/g65816.h')
-rw-r--r--src/emu/cpu/g65816/g65816.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/g65816/g65816.h b/src/emu/cpu/g65816/g65816.h
index 0d7643c58b9..cc5cca08ce5 100644
--- a/src/emu/cpu/g65816/g65816.h
+++ b/src/emu/cpu/g65816/g65816.h
@@ -65,6 +65,7 @@ enum
/* Main interface function */
CPU_GET_INFO( g65816 );
+#define CPU_G65816 CPU_GET_INFO_NAME( g65816 )
#undef G65816_CALL_DEBUGGER
#define G65816_CALL_DEBUGGER(x) debugger_instruction_hook(cpustate->device, x)