summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo/hpc104.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pofo/hpc104.cpp')
-rw-r--r--src/devices/bus/pofo/hpc104.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pofo/hpc104.cpp b/src/devices/bus/pofo/hpc104.cpp
index 579f2ca90ac..050fdc2bb6c 100644
--- a/src/devices/bus/pofo/hpc104.cpp
+++ b/src/devices/bus/pofo/hpc104.cpp
@@ -23,8 +23,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type HPC104 = &device_creator<hpc104_t>;
-const device_type HPC104_2 = &device_creator<hpc104_2_t>;
+const device_type HPC104 = device_creator<hpc104_t>;
+const device_type HPC104_2 = device_creator<hpc104_2_t>;
//-------------------------------------------------