summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh4/sh4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sh4/sh4.h')
-rw-r--r--src/emu/cpu/sh4/sh4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/sh4/sh4.h b/src/emu/cpu/sh4/sh4.h
index 9e89f8a8bb3..ab60ec85bbb 100644
--- a/src/emu/cpu/sh4/sh4.h
+++ b/src/emu/cpu/sh4/sh4.h
@@ -103,9 +103,7 @@ extern void sh4_get_info(UINT32 state, cpuinfo *info);
WRITE32_HANDLER( sh4_internal_w );
READ32_HANDLER( sh4_internal_r );
-#ifdef ENABLE_DEBUGGER
extern unsigned DasmSH4( char *dst, unsigned pc, UINT16 opcode );
-#endif
#endif /* _SH4_H */