summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/imagedev/floppy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp
index 76621ac95e0..de93d9d7815 100644
--- a/src/devices/imagedev/floppy.cpp
+++ b/src/devices/imagedev/floppy.cpp
@@ -1639,6 +1639,9 @@ void floppy_sound_device::step(int zone)
}
}
}
+
+ // Start the new seek sound from the beginning.
+ m_seek_samplepos = 0;
}
// Changing the pitch does not always sound convincing