summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/multiscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/multiscreen.cpp')
-rw-r--r--src/devices/bus/c64/multiscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/multiscreen.cpp b/src/devices/bus/c64/multiscreen.cpp
index 7434dc425e2..37c077a1606 100644
--- a/src/devices/bus/c64/multiscreen.cpp
+++ b/src/devices/bus/c64/multiscreen.cpp
@@ -78,7 +78,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C64_MULTISCREEN = &device_creator<c64_multiscreen_cartridge_device>;
+const device_type C64_MULTISCREEN = device_creator<c64_multiscreen_cartridge_device>;
//-------------------------------------------------