summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/16kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/16kb.cpp')
-rw-r--r--src/devices/bus/c64/16kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/16kb.cpp b/src/devices/bus/c64/16kb.cpp
index 87c5580f56d..4c5520950ce 100644
--- a/src/devices/bus/c64/16kb.cpp
+++ b/src/devices/bus/c64/16kb.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C64_16KB = &device_creator<c64_16kb_cartridge_device>;
+const device_type C64_16KB = device_creator<c64_16kb_cartridge_device>;
//-------------------------------------------------