summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp1/tx0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pdp1/tx0.cpp')
-rw-r--r--src/devices/cpu/pdp1/tx0.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/pdp1/tx0.cpp b/src/devices/cpu/pdp1/tx0.cpp
index 3b7e9f47546..4ceb64a0bbe 100644
--- a/src/devices/cpu/pdp1/tx0.cpp
+++ b/src/devices/cpu/pdp1/tx0.cpp
@@ -40,8 +40,8 @@
#define INCREMENT_PC_8KW (PC = (PC+1) & ADDRESS_MASK_8KW)
-const device_type TX0_8KW = &device_creator<tx0_8kw_device>;
-const device_type TX0_64KW = &device_creator<tx0_64kw_device>;
+const device_type TX0_8KW = device_creator<tx0_8kw_device>;
+const device_type TX0_64KW = device_creator<tx0_64kw_device>;
tx0_device::tx0_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source, int addr_bits, int address_mask, int ir_mask)