summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/nes_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/nes_slot.cpp')
-rw-r--r--src/devices/bus/nes/nes_slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/nes_slot.cpp b/src/devices/bus/nes/nes_slot.cpp
index d2cf5491d69..9832b2265ed 100644
--- a/src/devices/bus/nes/nes_slot.cpp
+++ b/src/devices/bus/nes/nes_slot.cpp
@@ -93,7 +93,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type NES_CART_SLOT = &device_creator<nes_cart_slot_device>;
+const device_type NES_CART_SLOT = device_creator<nes_cart_slot_device>;
//**************************************************************************