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, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/v810/v810.h b/src/emu/cpu/v810/v810.h
index 6860d54f035..744dfbfd048 100644
--- a/src/emu/cpu/v810/v810.h
+++ b/src/emu/cpu/v810/v810.h
@@ -48,7 +48,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; }
-offs_t v810_dasm(char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram);
+CPU_DISASSEMBLE( v810 );
enum
{