summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8x9x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs96/i8x9x.cpp')
-rw-r--r--src/devices/cpu/mcs96/i8x9x.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/mcs96/i8x9x.cpp b/src/devices/cpu/mcs96/i8x9x.cpp
index a1302b5c3d7..6f78e7d00a9 100644
--- a/src/devices/cpu/mcs96/i8x9x.cpp
+++ b/src/devices/cpu/mcs96/i8x9x.cpp
@@ -368,7 +368,7 @@ p8098_device::p8098_device(const machine_config &mconfig, const char *tag, devic
{
}
-const device_type C8095 = &device_creator<c8095_device>;
-const device_type P8098 = &device_creator<p8098_device>;
+const device_type C8095 = device_creator<c8095_device>;
+const device_type P8098 = device_creator<p8098_device>;
#include "cpu/mcs96/i8x9x.hxx"