mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
floppy: Start the ready dance on insertion even if motor is always on
This commit is contained in:
parent
bd65f40587
commit
6250309bfd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user