summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m4510.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/m6502/m4510.h')
-rw-r--r--src/emu/cpu/m6502/m4510.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/m6502/m4510.h b/src/emu/cpu/m6502/m4510.h
index aa3c2a8e1b7..5f772bb5e39 100644
--- a/src/emu/cpu/m6502/m4510.h
+++ b/src/emu/cpu/m6502/m4510.h
@@ -39,9 +39,7 @@ enum {
void m4510_get_info(UINT32 state, cpuinfo *info);
-#ifdef ENABLE_DEBUGGER
extern unsigned m4510_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
-#endif /* ENABLE_DEBUGGER */
#endif