summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sonydriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/sonydriv.cpp')
-rw-r--r--src/devices/machine/sonydriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/sonydriv.cpp b/src/devices/machine/sonydriv.cpp
index 8bede7912a0..64b09eebe90 100644
--- a/src/devices/machine/sonydriv.cpp
+++ b/src/devices/machine/sonydriv.cpp
@@ -525,7 +525,7 @@ void sony_set_speed(int speed)
}
// device type definition
-const device_type FLOPPY_SONY = &device_creator<sonydriv_floppy_image_device>;
+const device_type FLOPPY_SONY = device_creator<sonydriv_floppy_image_device>;
//-------------------------------------------------
// sonydriv_floppy_image_device - constructor