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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/appldriv.cpp b/src/devices/machine/appldriv.cpp
index 139da446140..c5b86d071e2 100644
--- a/src/devices/machine/appldriv.cpp
+++ b/src/devices/machine/appldriv.cpp
@@ -320,9 +320,9 @@ void apple525_floppy_image_device::device_start()
memset(track_data, 0, sizeof(track_data));
}
-bool apple525_floppy_image_device::call_load()
+image_init_result apple525_floppy_image_device::call_load()
{
- int result = legacy_floppy_image_device::call_load();
+ image_init_result result = legacy_floppy_image_device::call_load();
floppy_drive_seek(-999);
floppy_drive_seek(+35/2);
return result;