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