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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/cpu/v810/v810.h b/src/emu/cpu/v810/v810.h
index 2c33ab97806..b86e7589c1e 100644
--- a/src/emu/cpu/v810/v810.h
+++ b/src/emu/cpu/v810/v810.h
@@ -5,7 +5,8 @@
#include "cpuintrf.h"
-void v810_get_info(UINT32, cpuinfo*);
+CPU_GET_INFO( v810 );
+#define CPU_V810 CPU_GET_INFO_NAME( v810 )
CPU_DISASSEMBLE( v810 );