summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v810/v810.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/v810/v810.h')
-rw-r--r--src/emu/cpu/v810/v810.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/v810/v810.h b/src/emu/cpu/v810/v810.h
index d2e83d2f45c..ea0cdb74134 100644
--- a/src/emu/cpu/v810/v810.h
+++ b/src/emu/cpu/v810/v810.h
@@ -46,9 +46,7 @@ void v810_get_info(UINT32, cpuinfo*);
#define ADD(dst, src) { UINT64 res=(UINT64)(dst)+(UINT64)(src); SetCF(res); SetOF_Add(res,src,dst); SetSZPF(res); dst=(UINT32)res; }
#define SUB(dst, src) { UINT64 res=(UINT64)(dst)-(INT64)(src); SetCF(res); SetOF_Sub(res,src,dst); SetSZPF(res); dst=(UINT32)res; }
-#ifdef ENABLE_DEBUGGER
offs_t v810_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
-#endif
enum
{