summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/v60.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/v60/v60.cpp')
-rw-r--r--src/devices/cpu/v60/v60.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/v60/v60.cpp b/src/devices/cpu/v60/v60.cpp
index 8fee43ffa58..1d0bf2641ae 100644
--- a/src/devices/cpu/v60/v60.cpp
+++ b/src/devices/cpu/v60/v60.cpp
@@ -77,8 +77,8 @@ Package: 132-pin PGA, 200-pin QFP
#include "debugger.h"
#include "v60.h"
-const device_type V60 = &device_creator<v60_device>;
-const device_type V70 = &device_creator<v70_device>;
+const device_type V60 = device_creator<v60_device>;
+const device_type V70 = device_creator<v70_device>;
v60_device::v60_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)