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