summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/flopdrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/flopdrv.cpp')
-rw-r--r--src/devices/imagedev/flopdrv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/imagedev/flopdrv.cpp b/src/devices/imagedev/flopdrv.cpp
index 9f1e2ff0c96..9b7958dfce0 100644
--- a/src/devices/imagedev/flopdrv.cpp
+++ b/src/devices/imagedev/flopdrv.cpp
@@ -512,8 +512,8 @@ void legacy_floppy_image_device::device_start()
m_wpt = 1;
//m_out_wpt_func(m_wpt);
- /* not at track 0 */
- m_tk00 = 1;
+ /* at track 0 */
+ m_tk00 = 0;
//m_out_tk00_func(m_tk00);
/* motor off */