diff options
Diffstat (limited to 'src/devices/imagedev/flopdrv.cpp')
-rw-r--r-- | src/devices/imagedev/flopdrv.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/imagedev/flopdrv.cpp b/src/devices/imagedev/flopdrv.cpp index a9639b3ce9a..ed4063ecc00 100644 --- a/src/devices/imagedev/flopdrv.cpp +++ b/src/devices/imagedev/flopdrv.cpp @@ -709,12 +709,12 @@ legacy_floppy_image_device::legacy_floppy_image_device(const machine_config &mco m_rdy(0), m_dskchg(0), m_drive_id(0), - m_active(0), + m_active(0), m_config(NULL), m_flags(0), m_max_track(0), m_num_sides(0), - m_current_track(0), + m_current_track(0), m_index_timer(NULL), m_index_pulse_callback(NULL), m_rpm(0.0f), @@ -743,12 +743,12 @@ legacy_floppy_image_device::legacy_floppy_image_device(const machine_config &mco m_rdy(0), m_dskchg(0), m_drive_id(0), - m_active(0), - m_config(NULL), + m_active(0), + m_config(NULL), m_flags(0), m_max_track(0), m_num_sides(0), - m_current_track(0), + m_current_track(0), m_index_timer(NULL), m_index_pulse_callback(NULL), m_rpm(0.0f), |