summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/memex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/memex.cpp')
-rw-r--r--src/devices/bus/ti99_peb/memex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/memex.cpp b/src/devices/bus/ti99_peb/memex.cpp
index 1d1f4642189..f0a3dffbee7 100644
--- a/src/devices/bus/ti99_peb/memex.cpp
+++ b/src/devices/bus/ti99_peb/memex.cpp
@@ -158,4 +158,4 @@ ioport_constructor geneve_memex_device::device_input_ports() const
return INPUT_PORTS_NAME( memex );
}
-const device_type TI99_MEMEX = &device_creator<geneve_memex_device>;
+const device_type TI99_MEMEX = device_creator<geneve_memex_device>;