summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mips/psx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/mips/psx.h')
-rw-r--r--src/emu/cpu/mips/psx.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emu/cpu/mips/psx.h b/src/emu/cpu/mips/psx.h
index 68e50969849..50f04818e2e 100644
--- a/src/emu/cpu/mips/psx.h
+++ b/src/emu/cpu/mips/psx.h
@@ -215,4 +215,10 @@ struct _DasmPSXCPU_state
extern unsigned DasmPSXCPU( DasmPSXCPU_state *state, char *buffer, UINT32 pc, const UINT8 *opram );
+CPU_GET_INFO( psxcpu );
+#define CPU_PSXCPU CPU_GET_INFO_NAME( psxcpu )
+
+CPU_GET_INFO( cxd8661r );
+#define CPU_CXD8661R CPU_GET_INFO_NAME( cxd8661r )
+
#endif /* __PSX_H__ */