floppy: Start the ready dance on insertion even if motor is always on

This commit is contained in:
Olivier Galibert 2025-01-11 18:23:44 +01:00
parent bd65f40587
commit 6250309bfd

View File

@ -632,6 +632,8 @@ void floppy_image_device::init_floppy_load(bool write_supported)
if (m_motor_always_on) {
// When disk is inserted, start motor
mon_w(0);
m_ready_counter = 2;
} else if(!m_mon)
m_ready_counter = 2;