summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/appldriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/appldriv.cpp')
-rw-r--r--src/devices/machine/appldriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/appldriv.cpp b/src/devices/machine/appldriv.cpp
index 47b4408657e..ef6a46dfb6d 100644
--- a/src/devices/machine/appldriv.cpp
+++ b/src/devices/machine/appldriv.cpp
@@ -291,7 +291,7 @@ int apple525_read_status(device_t *device)
}
// device type definition
-const device_type FLOPPY_APPLE = &device_creator<apple525_floppy_image_device>;
+const device_type FLOPPY_APPLE = device_creator<apple525_floppy_image_device>;
//-------------------------------------------------
// apple525_floppy_image_device - constructor