summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/z8000/z8000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/z8000/z8000.h')
-rw-r--r--src/emu/cpu/z8000/z8000.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/z8000/z8000.h b/src/emu/cpu/z8000/z8000.h
index f6f80dc3fef..bb75f6396e8 100644
--- a/src/emu/cpu/z8000/z8000.h
+++ b/src/emu/cpu/z8000/z8000.h
@@ -22,8 +22,6 @@ enum {
/* PUBLIC FUNCTIONS */
extern void z8000_get_info(UINT32 state, cpuinfo *info);
-#ifdef ENABLE_DEBUGGER
offs_t z8000_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
-#endif
#endif /* Z8K_H */