summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/sfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes/sfx.cpp')
-rw-r--r--src/devices/bus/snes/sfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/snes/sfx.cpp b/src/devices/bus/snes/sfx.cpp
index e44042de962..090408c77f4 100644
--- a/src/devices/bus/snes/sfx.cpp
+++ b/src/devices/bus/snes/sfx.cpp
@@ -15,7 +15,7 @@
// sns_rom_superfx_device - constructor
//-------------------------------------------------
-const device_type SNS_LOROM_SUPERFX = &device_creator<sns_rom_superfx_device>;
+const device_type SNS_LOROM_SUPERFX = device_creator<sns_rom_superfx_device>;
sns_rom_superfx_device::sns_rom_superfx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)