summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alph8201/alph8201.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alph8201/alph8201.cpp')
-rw-r--r--src/devices/cpu/alph8201/alph8201.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/alph8201/alph8201.cpp b/src/devices/cpu/alph8201/alph8201.cpp
index e06b05f39a2..81ac62696b7 100644
--- a/src/devices/cpu/alph8201/alph8201.cpp
+++ b/src/devices/cpu/alph8201/alph8201.cpp
@@ -165,8 +165,8 @@ Timming
#include "alph8201.h"
-const device_type ALPHA8201L = &device_creator<alpha8201_cpu_device>;
-const device_type ALPHA8301L = &device_creator<alpha8301_cpu_device>;
+const device_type ALPHA8201L = device_creator<alpha8201_cpu_device>;
+const device_type ALPHA8301L = device_creator<alpha8301_cpu_device>;
/* instruction cycle count */