summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/horizon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/horizon.cpp')
-rw-r--r--src/devices/bus/ti99_peb/horizon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/horizon.cpp b/src/devices/bus/ti99_peb/horizon.cpp
index 0c3d92256dd..434fcdf2c6a 100644
--- a/src/devices/bus/ti99_peb/horizon.cpp
+++ b/src/devices/bus/ti99_peb/horizon.cpp
@@ -491,4 +491,4 @@ ioport_constructor horizon_ramdisk_device::device_input_ports() const
return INPUT_PORTS_NAME(horizon);
}
-const device_type TI99_HORIZON = &device_creator<horizon_ramdisk_device>;
+const device_type TI99_HORIZON = device_creator<horizon_ramdisk_device>;