summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v60/v60d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/v60/v60d.c')
-rw-r--r--src/emu/cpu/v60/v60d.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/v60/v60d.c b/src/emu/cpu/v60/v60d.c
index 97804598569..e56150f6b95 100644
--- a/src/emu/cpu/v60/v60d.c
+++ b/src/emu/cpu/v60/v60d.c
@@ -1460,7 +1460,6 @@ static int (*const dasm_optable[256])(unsigned ipc, unsigned pc, char *out) =
/* 0xFF */ dopCLRTLB
};
-#ifdef ENABLE_DEBUGGER
offs_t v60_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram)
{
rombase = oprom;
@@ -1474,4 +1473,3 @@ offs_t v70_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram)
pcbase = pc;
return dasm_optable[oprom[0]](pc, pc+1, buffer) | DASMFLAG_SUPPORTED;
}
-#endif