summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/hsgpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/hsgpl.cpp')
-rw-r--r--src/devices/bus/ti99_peb/hsgpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/hsgpl.cpp b/src/devices/bus/ti99_peb/hsgpl.cpp
index 2ab258132c2..f53190ebbbf 100644
--- a/src/devices/bus/ti99_peb/hsgpl.cpp
+++ b/src/devices/bus/ti99_peb/hsgpl.cpp
@@ -714,4 +714,4 @@ ioport_constructor snug_high_speed_gpl_device::device_input_ports() const
return INPUT_PORTS_NAME(ti99_hsgpl);
}
-const device_type TI99_HSGPL = &device_creator<snug_high_speed_gpl_device>;
+const device_type TI99_HSGPL = device_creator<snug_high_speed_gpl_device>;